Skip to content

Commit

Permalink
fix: change app name to jetedge-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Sep 21, 2024
1 parent 9a045db commit 1f8b92a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: |
cd frontend
heroku git:remote -a $HEROKU_APP_NAME
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
# - name: Deploy Backend to Heroku
# env:
# HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 1f8b92a

Please sign in to comment.