Skip to content

Commit

Permalink
adding djangosnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswedgwood committed Aug 11, 2024
1 parent a8c3c56 commit 6d014fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: heroku container:login
- name: Add remote origin
run: |
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
- name: Deploy to Heroku
run: |
git push heroku HEAD:main -f

0 comments on commit 6d014fe

Please sign in to comment.