diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29918f0..80c3d83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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" \ No newline at end of file