Skip to content

Commit

Permalink
Force push release branch when deploying to prod (#4576)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenny Heath <jheath@codeforamerica.org>
Co-authored-by: Mike Rotondo <mrotondo@codeforamerica.org>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent 2f2987d commit 384fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- checkout
- run: echo $APTIBLE_PUBLIC_KEY >> ~/.ssh/known_hosts
- run: git fetch --depth=1000000
- run: git push git@beta.aptible.com:vita-min-prod/vita-min-prod.git $CIRCLE_SHA1:master
- run: git push --force git@beta.aptible.com:vita-min-prod/vita-min-prod.git $CIRCLE_SHA1:master
parallelism: 1
workflows:
version: 2
Expand Down

0 comments on commit 384fdcd

Please sign in to comment.