We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899a39e commit 4f9cdaeCopy full SHA for 4f9cdae
.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