Skip to content

Commit

Permalink
Merge pull request #109 from hngprojects/devops-main
Browse files Browse the repository at this point in the history
aadded missing dependencies to requirements.tx
  • Loading branch information
bolexs authored Jul 20, 2024
2 parents 6045161 + 2032337 commit 80f6a74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
git pull origin dev
source .venv/bin/activate
pip install -r requirements.txt
# alembic upgrade head
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
git pull origin main
source .venv/bin/activate
pip install -r requirements.txt
# alembic upgrade head
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
git pull origin staging
source .venv/bin/activate
pip install -r requirements.txt
# alembic upgrade head
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ passlib
pymysql
uuid7
psycopg2-binary
motor
pydantic_settings

0 comments on commit 80f6a74

Please sign in to comment.