Skip to content

Commit

Permalink
add heroku remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Wong, Tim committed May 3, 2022
1 parent b48f2f2 commit dd0065a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-to-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [master]

jobs:
docker:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Add heroku remote
run: heroku git:remote -a mitre-vulcan-staging
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit dd0065a

Please sign in to comment.