Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenleep authored Jun 19, 2024
1 parent 5769423 commit 02e08c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Login to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku auth:token
run: echo "$HEROKU_API_KEY" | heroku auth:token

- name: Add Heroku remote
run: heroku git:remote -a rapidlinkapp

- name: Deploy to Heroku
run: git push heroku main

0 comments on commit 02e08c6

Please sign in to comment.