From 71c6f8fbd71341f57744fdb11967c8cdbfc159bd Mon Sep 17 00:00:00 2001 From: tungkhanhh Date: Sun, 22 Sep 2024 01:43:28 +1000 Subject: [PATCH] fix: change heroku branch to master --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5a79d65..b7f0834 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,7 +63,7 @@ jobs: heroku git:remote -a jetedge-test git add . # Add all changes git commit -m "Deploying Frontend" || echo "No changes to commit" - git push heroku main --force # Push to Heroku + git push heroku master # Push to Heroku # - name: Deploy Backend to Heroku # env: # HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}