Skip to content

Commit f269bf9

Browse files
authored
Merge pull request #47 from DevOps-Cloud-Team5/SCRUM-92_cf
Scrum 92 cf
2 parents 81ad4bb + fef48f5 commit f269bf9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/cd.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ jobs:
3939
4040
- name: Run DB migrations
4141
run: |
42-
chmod +x ./getEnv.sh && ./getEnv.sh
4342
source venv/bin/activate
43+
chmod +x ./getEnv.sh && ./getEnv.sh
4444
python manage.py migrate
45-
env:
46-
DJANGO_SETTINGS_MODULE: api.settings
4745
4846
- name: Configure AWS credentials
4947
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/cloudFormation.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,9 @@ jobs:
9191

9292
- name: Run DB migrations
9393
run: |
94-
chmod +x ./getEnv.sh && ./getEnv.sh
9594
source venv/bin/activate
95+
chmod +x ./getEnv.sh && ./getEnv.sh
9696
python manage.py migrate
97-
env:
98-
DJANGO_SETTINGS_MODULE: api.settings
9997
10098
- name: Setup up Requirements
10199
run: |

0 commit comments

Comments
 (0)