Skip to content

Commit

Permalink
chore: Ensure CI force pushes to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 7, 2024
1 parent 6ac7cf6 commit 2325129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: |
heroku git:remote --app data-model-validator-staging
git push heroku master
git push heroku master -f
promote-site:
needs: deploy-site
Expand Down

0 comments on commit 2325129

Please sign in to comment.