We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1b694 commit fef48f5Copy full SHA for fef48f5
.github/workflows/cd.yml
@@ -42,8 +42,6 @@ jobs:
42
source venv/bin/activate
43
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
@@ -94,8 +94,6 @@ jobs:
94
95
96
97
98
99
100
- name: Setup up Requirements
101
run: |
0 commit comments