From 232512972cd639850f189e61d5483669bee0f073 Mon Sep 17 00:00:00 2001 From: nickevansuk <2616208+nickevansuk@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:17:03 +0100 Subject: [PATCH] chore: Ensure CI force pushes to Heroku --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 92431d1..4ef65dd 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -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