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 d0e68dc commit bb50810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- name: Deploy validator to Heroku
- name: Checkout validator app
uses: actions/checkout@v2
with:
repository: openactive/data-model-validator-site

- name: Deploy validator app to Heroku
uses: behe/heroku-build@v1
with:
app-name: "data-model-validator-staging"
Expand Down

0 comments on commit bb50810

Please sign in to comment.