Skip to content

fix: STUD-358 Initial setup for logging instance id #579

fix: STUD-358 Initial setup for logging instance id

fix: STUD-358 Initial setup for logging instance id #579

Workflow file for this run

name: deploy to heroku
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}