Skip to content

Commit 9311720

Browse files
committed
Force push on deploy so that we don't have problems with modifying branch history
1 parent 7ccdce9 commit 9311720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/heroku-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ runs:
6666
config PREVIEW_DEPLOY true
6767
shell: bash
6868
- name: Push to Heroku
69-
run: git subtree push --prefix backend heroku main
69+
run: git push heroku `git subtree split --prefix backend release`:main --force
7070
shell: bash

0 commit comments

Comments
 (0)