Skip to content

Commit

Permalink
add deploy in the release
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Webber <[email protected]>
  • Loading branch information
sebastianwebber committed Sep 29, 2023
1 parent 6bad752 commit 5c1bbed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEROKU_APP_NAME: ${{ secrets.HEROKU_APP_NAME }}

- name: publish the app on Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:release web --app ${{ secrets.HEROKU_APP_NAME }}

0 comments on commit 5c1bbed

Please sign in to comment.