Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
In AUT-326 we decided that we would: * Deploy stage in response to new version tags in the autograph repository * Avoid rebuilding docker images when pushing a version tag to dockerhub (we will instead pull the docker image we deployed to dev from the ref that we tagged) This commit implements this. Slightly tangential, but also of note is mozilla-it/global-platform-admin#2138 adding support for disabling automatic sync in ArgoCD, and doing so for autograph prod. This means that prod will notice new version tags, but not automatically deploy in response to them (human approval will be needed). You can see example runs of this for the push and release cases in: * https://github.com/bhearsum/autograph/actions/runs/11557423769/job/32167407424 * https://github.com/bhearsum/autograph/actions/runs/11557348483/job/32167157862
- Loading branch information