diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d4e506..3058098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: cd frontend - uses: akhileshns/heroku-deploy@v3.13.15 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: jetedge-test - heroku_email: tungkhanhh@student.unimelb.edu.au \ No newline at end of file + heroku_email: tungkhanhh@student.unimelb.edu.au + appdir: "frontend" \ No newline at end of file