We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccdce9 commit 1d3a551Copy full SHA for 1d3a551
.github/actions/heroku-deploy/action.yml
@@ -66,5 +66,5 @@ runs:
66
config PREVIEW_DEPLOY true
67
shell: bash
68
- name: Push to Heroku
69
- run: git subtree push --prefix backend heroku main
+ run: git push heroku `git subtree split --prefix backend release`:main --force
70
0 commit comments