Deployment destination test repository for git-artifact project
Visit Branches tab to see all artifact branches pushed into this repo.
mode--force-push--circleci--[BRANCH]
branch is where artifact is pushed from CircleCI when ran inforce-push
mode.mode--force-push--gha--[BRANCH]
branch is where artifact is pushed from Github Actions when ran inforce-push
mode.
Note test-file--force-push--[CI PROVIDER]--[BRANCH].txt
file content changes with each push to this branch. This is because the contents of this branch is being constantly overridden by the new deployments.
mode--branch--circleci--[BRANCH]-*
branches is where artifact is pushed from CircleCI when ran inbranch
modemode--branch--gha--[BRANCH]-*
branches is where artifact is pushed from Github Actions when ran inbranch
mode
Note test-file--branch--[CI PROVIDER]--[BRANCH].txt
file content not changes with each push. This is because the contents of the artifact is pushed to the new branch on each deployment.