https://github.com/drevops/git-artifact-destination
Example of git-artifact destination repository used for deployment testing
https://github.com/drevops/git-artifact-destination
Last synced: 4 months ago
JSON representation
Example of git-artifact destination repository used for deployment testing
- Host: GitHub
- URL: https://github.com/drevops/git-artifact-destination
- Owner: drevops
- Created: 2017-11-09T21:04:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T18:34:22.000Z (4 months ago)
- Last Synced: 2026-02-19T21:32:57.381Z (4 months ago)
- Homepage: https://github.com/drevops/git-artifact
- Size: 1.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-artifact-destination
Deployment destination test repository for [git-artifact](https://github.com/drevops/git-artifact) project
Visit [Branches](https://github.com/drevops/git-artifact-destination/branches) tab to see all artifact branches pushed into this repo.
## `force-push` mode
- `mode--force-push--circleci--[BRANCH]` branch is where artifact is pushed from [CircleCI](https://github.com/drevops/git-artifact/blob/main/.circleci/config.yml#L66) when ran in `force-push` mode.
- `mode--force-push--gha--[BRANCH]` branch is where artifact is pushed from [Github Actions](https://github.com/drevops/git-artifact/blob/main/.github/workflows/test-php.yml#L70) when ran in `force-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.
## `branch` mode
- `mode--branch--circleci--[BRANCH]-*` branches is where artifact is pushed from [CircleCI](https://github.com/drevops/git-artifact/blob/main/.circleci/config.yml#L66) when ran in `branch` mode
- `mode--branch--gha--[BRANCH]-*` branches is where artifact is pushed from [Github Actions](https://github.com/drevops/git-artifact/blob/main/.github/workflows/test-php.yml#L163) when ran in `branch` 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.