We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c3c56 commit 6d014feCopy full SHA for 6d014fe
.github/workflows/heroku-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
run: heroku container:login
25
- name: Add remote origin
26
run: |
27
- git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git
+ git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
28
- name: Deploy to Heroku
29
30
git push heroku HEAD:main -f
0 commit comments