Skip to content

Commit

Permalink
deployement and CI/CD github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-sriv committed Dec 4, 2023
1 parent 5e4ac5b commit 86d2f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build, Push and Release a Docker container to Heroku
uses: gonuit/[email protected]
with:
heroku_email: ${{ secrets.HEROKU_EMAIL }}
email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }} #Must be unique in Heroku

Expand Down

0 comments on commit 86d2f14

Please sign in to comment.