Skip to content

Commit

Permalink
Merge pull request #65 from varvet/master
Browse files Browse the repository at this point in the history
Kinda need quotes to avoid bash interpreting this
  • Loading branch information
soma authored Oct 15, 2024
2 parents f498723 + 6531996 commit 8fe2161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: |
git remote add heroku https://:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git
git remote add heroku "https://:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git"
git push heroku master

0 comments on commit 8fe2161

Please sign in to comment.