Skip to content

Commit f8a36c4

Browse files
committed
Add django migration
1 parent bea071e commit f8a36c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
npm install
4545
4646
- name: Apply Django Migrations
47-
run: python manage.py migrate
47+
run: |
48+
cd backend
49+
python manage.py migrate
4850
4951

5052
# Deploy:

0 commit comments

Comments
 (0)