From cd8fee638665f33ac63eb24df3263358afe6790f Mon Sep 17 00:00:00 2001 From: elric97 Date: Tue, 23 Nov 2021 14:34:45 -0500 Subject: [PATCH] Testing for a new heroku app --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d6c881..09fe774 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,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-github" #Must be unique in Heroku + heroku_app_name: "feature-hunt-automated" #Must be unique in Heroku heroku_email: "sharma.rachit882@gmail.com" appdir: "backend" \ No newline at end of file