We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed1ce9 commit d77bd58Copy full SHA for d77bd58
.github/workflows/heroku-deploy.yml
@@ -22,11 +22,6 @@ jobs:
22
env:
23
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
24
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: Deploy to production
30
- run: |
31
- git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
+ run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
32
0 commit comments