diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 716176d..017e8af 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 }}