diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ca2c749..f3e4b40 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -29,3 +29,9 @@ jobs: command: npm run test:e2e start: npm run start-test wait-on: http://localhost:5000 + - name: Deploy to Heroku + uses: akhileshns/heroku-deploy@v3.12.12 + with: + heroku_api_key: ${{secrets.HEROKU_API_KEY}} + heroku_app_name: ${{secrets.HEROKU_APP}} + heroku_email: ${{secrets.HEROKU_API_EMAIL}}