We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d014fe commit 06fad92Copy full SHA for 06fad92
.github/workflows/heroku-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set stack
18
env:
19
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
20
- run: git remote
+ run: git branch -a
21
- name: Login to Heroku Container registry
22
23
@@ -27,4 +27,4 @@ jobs:
27
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
28
- name: Deploy to Heroku
29
run: |
30
- git push heroku HEAD:main -f
+ git push heroku main
0 commit comments