Skip to content

Commit

Permalink
Had the wrong app name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 27, 2024
1 parent c553d92 commit 42f3012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Release Client on Heroku
run: |
heroku container:release web --app ${{ secrets.HEROKU_APP_NAME_CLIENT }}
heroku container:release web --app peak-performance
- name: Release Server on Heroku
run: |
heroku container:release web --app ${{ secrets.HEROKU_APP_NAME_SERVER }}
heroku container:release web --app peak-performance

0 comments on commit 42f3012

Please sign in to comment.