We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4695b1f + 4f9cdae commit 81ad4bbCopy full SHA for 81ad4bb
.github/workflows/cd.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Run DB migrations
41
run: |
42
chmod +x ./getEnv.sh && ./getEnv.sh
43
+ source venv/bin/activate
44
python manage.py migrate
45
env:
46
DJANGO_SETTINGS_MODULE: api.settings
.github/workflows/cloudFormation.yml
@@ -92,6 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments