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 4829b4f commit 3964d13
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ jobs:
app-name: "dev-branch-backend"
api-key: "${{secrets.HEROKU_API_KEY}}"
path: "./backend/"
- name: Build Frontend Filters
- name: Setup Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies from pipfile
run: |
make python_tools
make install_tools
cd python_tools
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
- name: Build Frontend Filters
run: make install_tools
- name: Deploy Development Frontend
uses: behe/heroku-build@v1
with:
Expand Down

0 comments on commit 3964d13

Please sign in to comment.