Skip to content

Commit 6d014fe

Browse files
committed
adding djangosnippets
1 parent a8c3c56 commit 6d014fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: heroku container:login
2525
- name: Add remote origin
2626
run: |
27-
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git
27+
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
2828
- name: Deploy to Heroku
2929
run: |
3030
git push heroku HEAD:main -f

0 commit comments

Comments
 (0)