Skip to content

Commit

Permalink
Force push on deploy so that we don't have problems with modifying br…
Browse files Browse the repository at this point in the history
…anch history
  • Loading branch information
jfdoming committed Oct 27, 2022
1 parent 7ccdce9 commit 1d3a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/heroku-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ runs:
config PREVIEW_DEPLOY true
shell: bash
- name: Push to Heroku
run: git subtree push --prefix backend heroku main
run: git push heroku `git subtree split --prefix backend release`:main --force
shell: bash

0 comments on commit 1d3a551

Please sign in to comment.