Skip to content

Merge pull request #71 from department-of-veterans-affairs/close-tick… #22

Merge pull request #71 from department-of-veterans-affairs/close-tick…

Merge pull request #71 from department-of-veterans-affairs/close-tick… #22

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