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 3052a27 commit 05a9514Copy full SHA for 05a9514
.github/workflows/heroku-deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Build and push
26
env:
27
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28
- run: heroku container:push -a djangosnippets web
+ run: heroku git:remote -a djangosnippets
29
- name: Release
30
31
32
- run: heroku container:release -a djangosnippets web
+ run: git push heroku main
0 commit comments