Skip to content

Commit

Permalink
Set stack
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswedgwood committed Aug 11, 2024
1 parent 5f8edfb commit 491bbd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Check Heroku Version
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku git:remote -a djangosnippets
- name: Set Container
run: heroku --version
- name: Set stack
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: git push heroku main
run: heroku stack:set heroku-22
- name: Login to Heroku Container registry
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 491bbd3

Please sign in to comment.