Skip to content

Commit 5ed1ce9

Browse files
committed
git push new attempt
1 parent 05a9514 commit 5ed1ce9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
env:
2323
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
2424
run: heroku container:login
25-
- name: Build and push
26-
env:
27-
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28-
run: heroku git:remote -a djangosnippets
29-
- name: Release
30-
env:
31-
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
32-
run: git push heroku main
25+
# - name: Build and push
26+
# env:
27+
# HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28+
# run: heroku git:remote -a djangosnippets
29+
- name: Deploy to production
30+
run: |
31+
git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
32+

0 commit comments

Comments
 (0)