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 bb38f5d commit 29261eaCopy full SHA for 29261ea
.github/workflows/heroku-deploy.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Deploy to production
26
env:
27
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28
- run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
+ run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git HEAD:main
29
0 commit comments