Skip to content

Commit 2760282

Browse files
committed
splitting dependencies
1 parent cb9d9ee commit 2760282

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lambda_deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
DB_USER: 'postgres'
115115
DB_HOST: 'localhost'
116116
DB_PASSWORD: 'postgres_password'
117-
118117
build:
119118
if: ${{ github.event_name == 'push' }}
120119
needs: test
@@ -153,13 +152,13 @@ jobs:
153152
python manage.py collectstatic --noinput
154153
env:
155154
DEBUG: 'False'
155+
S3_STORAGE_BUCKET_NAME: ${{ secrets.S3_BUCKET }}
156+
S3_REGION_NAME: ${{ secrets.AWS_REGION }}
156157
SECRET_KEY: 'SomethingSecret'
157158
DB_NAME: 'visuleo_db'
158159
DB_USER: 'postgres'
159160
DB_HOST: 'localhost'
160161
DB_PASSWORD: 'postgres_password'
161-
162-
163162
security-check:
164163
if: ${{ github.event_name == 'push' }}
165164
needs: build

0 commit comments

Comments
 (0)