Add heroku deploy

main
midudev 3 years ago
parent dc7f9e4f04
commit fccedaa0df

@ -29,3 +29,9 @@ jobs:
command: npm run test:e2e command: npm run test:e2e
start: npm run start-test start: npm run start-test
wait-on: http://localhost:5000 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}}

Loading…
Cancel
Save