Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed Jan 6, 2024
1 parent 7264eed commit b231eb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install pipenv
run: pip install pipenv
- name: Install database dependencies
run: cd database && pip install -r requirements.txt
- name: Generate SQLite3 database file
run: |
cd database
pipenv shell && pipenv install && pipenv run python3 main.py
cd database && python3 main.py
- name: Build and push Docker image
Expand Down

0 comments on commit b231eb3

Please sign in to comment.