Skip to content

Commit 81ad4bb

Browse files
authored
Merge pull request #46 from DevOps-Cloud-Team5/SCRUM-92_cf
source venv
2 parents 4695b1f + 4f9cdae commit 81ad4bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Run DB migrations
4141
run: |
4242
chmod +x ./getEnv.sh && ./getEnv.sh
43+
source venv/bin/activate
4344
python manage.py migrate
4445
env:
4546
DJANGO_SETTINGS_MODULE: api.settings

.github/workflows/cloudFormation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Run DB migrations
9393
run: |
9494
chmod +x ./getEnv.sh && ./getEnv.sh
95+
source venv/bin/activate
9596
python manage.py migrate
9697
env:
9798
DJANGO_SETTINGS_MODULE: api.settings

0 commit comments

Comments
 (0)