Skip to content

Commit

Permalink
Updates heroku app name
Browse files Browse the repository at this point in the history
  • Loading branch information
elric97 committed Nov 30, 2021
1 parent d80d8f2 commit f6f4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "feature-hunt-automated" #Must be unique in Heroku
heroku_app_name: "feature-hunt-final" #Must be unique in Heroku
heroku_email: "sharma.rachit882@gmail.com"
appdir: "backend"

0 comments on commit f6f4735

Please sign in to comment.