Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
Signed-off-by: davimarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Nov 6, 2023
1 parent 543f8b5 commit b414807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
name: heroku deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "alectrion-2023-1"
heroku_app_name: "unb-tv-2023-2"
heroku_email: ${{secrets.HEROKU_EMAIL}}
usedocker: true
docker_build_args: |
Expand Down

0 comments on commit b414807

Please sign in to comment.