We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d9ee commit 2760282Copy full SHA for 2760282
.github/workflows/lambda_deploy.yml
@@ -114,7 +114,6 @@ jobs:
114
DB_USER: 'postgres'
115
DB_HOST: 'localhost'
116
DB_PASSWORD: 'postgres_password'
117
-
118
build:
119
if: ${{ github.event_name == 'push' }}
120
needs: test
@@ -153,13 +152,13 @@ jobs:
153
152
python manage.py collectstatic --noinput
154
env:
155
DEBUG: 'False'
+ S3_STORAGE_BUCKET_NAME: ${{ secrets.S3_BUCKET }}
156
+ S3_REGION_NAME: ${{ secrets.AWS_REGION }}
157
SECRET_KEY: 'SomethingSecret'
158
DB_NAME: 'visuleo_db'
159
160
161
162
163
security-check:
164
165
needs: build
0 commit comments