We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb1add commit c55688eCopy full SHA for c55688e
.github/workflows/heroku-deploy.yml
@@ -27,4 +27,4 @@ jobs:
27
run: git pull
28
- name: Deploy to Heroku
29
run: |
30
- git push heroku main
+ git push heroku main --force
0 commit comments