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 5f8edfb commit 491bbd3Copy full SHA for 491bbd3
.github/workflows/heroku-deploy.yml
@@ -13,11 +13,11 @@ jobs:
13
- name: Check Heroku Version
14
env:
15
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
16
- run: heroku git:remote -a djangosnippets
17
- - name: Set Container
+ run: heroku --version
+ - name: Set stack
18
19
20
- run: git push heroku main
+ run: heroku stack:set heroku-22
21
- name: Login to Heroku Container registry
22
23
0 commit comments