Skip to content

Commit

Permalink
Attempt to fix deploy thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Oct 15, 2024
1 parent 4b71c4c commit 8b2c3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Deploy to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
HEROKU_APP_NAME: ${{ vars.HEROKU_APP_NAME || 'sthlmrb' }}
run: |
git remote add heroku "https://heroku:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git"
git remote add heroku "https://heroku:${HEROKU_API_KEY}@git.heroku.com/${HEROKU_APP_NAME}.git"
git push heroku master

0 comments on commit 8b2c3b4

Please sign in to comment.