We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e51c6f commit 1b3b156Copy full SHA for 1b3b156
.github/workflows/heroku-deploy.yml
@@ -27,4 +27,4 @@ jobs:
27
run: git fetch --all --unshallow
28
- name: Deploy to Heroku
29
run: |
30
- git push heroku main --force
+ git push heroku HEAD:main
0 commit comments