Skip to content

Commit 05a9514

Browse files
committed
try using git for deployment
1 parent 3052a27 commit 05a9514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Build and push
2626
env:
2727
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28-
run: heroku container:push -a djangosnippets web
28+
run: heroku git:remote -a djangosnippets
2929
- name: Release
3030
env:
3131
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
32-
run: heroku container:release -a djangosnippets web
32+
run: git push heroku main

0 commit comments

Comments
 (0)