Skip to content

Commit

Permalink
splitting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 22, 2025
1 parent cb9d9ee commit 2760282
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lambda_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
DB_USER: 'postgres'
DB_HOST: 'localhost'
DB_PASSWORD: 'postgres_password'

build:
if: ${{ github.event_name == 'push' }}
needs: test
Expand Down Expand Up @@ -153,13 +152,13 @@ jobs:
python manage.py collectstatic --noinput
env:
DEBUG: 'False'
S3_STORAGE_BUCKET_NAME: ${{ secrets.S3_BUCKET }}
S3_REGION_NAME: ${{ secrets.AWS_REGION }}
SECRET_KEY: 'SomethingSecret'
DB_NAME: 'visuleo_db'
DB_USER: 'postgres'
DB_HOST: 'localhost'
DB_PASSWORD: 'postgres_password'


security-check:
if: ${{ github.event_name == 'push' }}
needs: build
Expand Down

0 comments on commit 2760282

Please sign in to comment.