Skip to content

Tweak unwrap of arb and sonic #33

Tweak unwrap of arb and sonic

Tweak unwrap of arb and sonic #33

Workflow file for this run

name: Deploy API to Heroku
on:
push:
branches:
- prod
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_API_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}
usedocker: true
appdir: "api"