Skip to content

Commit d77bd58

Browse files
committed
fix yml
1 parent 5ed1ce9 commit d77bd58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ 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
2925
- name: Deploy to production
30-
run: |
31-
git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
26+
run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
3227

0 commit comments

Comments
 (0)