Skip to content

Commit

Permalink
fix: change heroku branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Sep 21, 2024
1 parent 9a52dd5 commit 71c6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 71c6f8f

Please sign in to comment.