Skip to content

Commit

Permalink
try using git for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswedgwood committed Aug 11, 2024
1 parent 3052a27 commit 05a9514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build and push
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:push -a djangosnippets web
run: heroku git:remote -a djangosnippets
- name: Release
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:release -a djangosnippets web
run: git push heroku main

0 comments on commit 05a9514

Please sign in to comment.