We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ad4bb + fef48f5 commit f269bf9Copy full SHA for f269bf9
.github/workflows/cd.yml
@@ -39,11 +39,9 @@ jobs:
39
40
- name: Run DB migrations
41
run: |
42
- chmod +x ./getEnv.sh && ./getEnv.sh
43
source venv/bin/activate
+ chmod +x ./getEnv.sh && ./getEnv.sh
44
python manage.py migrate
45
- env:
46
- DJANGO_SETTINGS_MODULE: api.settings
47
48
- name: Configure AWS credentials
49
uses: aws-actions/configure-aws-credentials@v1
.github/workflows/cloudFormation.yml
@@ -91,11 +91,9 @@ jobs:
91
92
93
94
95
96
97
98
99
100
- name: Setup up Requirements
101
0 commit comments