Skip to content

Commit

Permalink
How about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Oct 15, 2024
1 parent b954ae8 commit 386e397
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "sthlmrb"
branch: "master"
heroku_email: "albert@auctionet.com"
- name: Deploy to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_SECRET }}
run: |
git remote add heroku https://:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git
git push heroku master

0 comments on commit 386e397

Please sign in to comment.