We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2aff4 commit fa3d041Copy full SHA for fa3d041
.github/workflows/deploy_on_dev.yml
@@ -103,4 +103,5 @@ jobs:
103
AWS_S3_ACCESS_KEY_ID: ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
104
AWS_S3_SECRET_ACCESS_KEY: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
105
run: |
106
+ source ./zappa-env/bin/activate
107
python manage.py collectstatic --no-input --settings=pyconkr.settings-dev
0 commit comments