Skip to content

Merge pull request #8 from lizzypy/renderhook-lib-test #31

Merge pull request #8 from lizzypy/renderhook-lib-test

Merge pull request #8 from lizzypy/renderhook-lib-test #31

Workflow file for this run

---
name: Deploy
on:
push:
branches: [main]
jobs:
tests:
uses: ./.github/workflows/test.yml # use the callable tests job to run tests
deploy:
name: deploy
needs: [ tests ]
runs-on: ubuntu-latest
steps:
- run: echo 'The triggering workflow succeeded deploying now'
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "agile-chamber-34431" #Must be unique in Heroku
heroku_email: "[email protected]"
docker_heroku_process_type: web
usedocker: true