Skip to content

Commit

Permalink
check brancg
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswedgwood committed Aug 11, 2024
1 parent 6d014fe commit 06fad92
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 @@ -17,7 +17,7 @@ jobs:
- name: Set stack
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: git remote
run: git branch -a
- name: Login to Heroku Container registry
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand All @@ -27,4 +27,4 @@ jobs:
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
- name: Deploy to Heroku
run: |
git push heroku HEAD:main -f
git push heroku main

0 comments on commit 06fad92

Please sign in to comment.