Skip to content

Commit

Permalink
fix: Heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Dec 8, 2021
1 parent bb50810 commit 19b5970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
uses: actions/checkout@v2
with:
repository: openactive/data-model-validator-site
path: data-model-validator-site

- name: Deploy validator app to Heroku
uses: behe/heroku-build@v1
with:
app-name: "data-model-validator-staging"
app-name: data-model-validator-staging
api-key: "${{secrets.HEROKU_API_KEY}}"
path: data-model-validator-site

0 comments on commit 19b5970

Please sign in to comment.