Skip to content

revert insert code because it wasn't in the API and didn't work, try … #29

revert insert code because it wasn't in the API and didn't work, try …

revert insert code because it wasn't in the API and didn't work, try … #29

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Push to Heroku Repo
run: git push -f https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_REPO_NAME }}.git origin/master:master