Skip to content

Commit

Permalink
Update cd.prod.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Aug 16, 2024
1 parent 8b45808 commit b32dbe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
paths-ignore:
- "README.md"
# - ".github/workflows/**"
- ".github/workflows/**"
workflow_dispatch:

jobs:
Expand All @@ -28,4 +28,5 @@ jobs:
git pull origin main
source venv/bin/activate
pip install -r requirements.txt
alembic revision --autogenerate
alembic upgrade head

0 comments on commit b32dbe7

Please sign in to comment.