Skip to content

Update dependencies to make the app run again #108

Update dependencies to make the app run again

Update dependencies to make the app run again #108

Workflow file for this run

name: Deploy to Heroku
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Deploy to Heroku
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
HEROKU_APP_NAME: "angristan-palette"
if: github.ref == 'refs/heads/master' && job.status == 'success'
run: git push https://heroku:$HEROKU_API_TOKEN@git.heroku.com/$HEROKU_APP_NAME.git origin/master:master