Skip to content

Commit

Permalink
Update deploy_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm authored Dec 17, 2024
1 parent 6239d6f commit 4829b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
api-key: "${{secrets.HEROKU_API_KEY}}"
path: "./backend/"
- name: Build Frontend Filters
run: make build_frontend
run: |
make python_tools
make install_tools
- name: Deploy Development Frontend
uses: behe/heroku-build@v1
with:
Expand Down

0 comments on commit 4829b4f

Please sign in to comment.