Skip to content

Commit

Permalink
tweaked deploy to dev wf
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Dec 17, 2024
1 parent ebbb18d commit a233f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
app-name: "dev-branch-backend"
api-key: "${{secrets.HEROKU_API_KEY}}"
path: "./backend/"
- name: Build Frontend Filters
uses: actions/checkout@v2
run: make build_frontend
- name: Deploy Development Frontend
uses: behe/heroku-build@v1
with:
Expand Down

0 comments on commit a233f1b

Please sign in to comment.