Skip to content

Commit 29261ea

Browse files
committed
adding head
1 parent bb38f5d commit 29261ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Deploy to production
2626
env:
2727
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28-
run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
28+
run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git HEAD:main
2929

0 commit comments

Comments
 (0)