Skip to content

Commit fd3ce02

Browse files
authored
Merge pull request #32 from golony6449/feature/golony/update-action
staticfile 수집 자동화 (manage.py)
2 parents 2d1a525 + fa3d041 commit fd3ce02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ jobs:
103103
AWS_S3_ACCESS_KEY_ID: ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
104104
AWS_S3_SECRET_ACCESS_KEY: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
105105
run: |
106+
source ./zappa-env/bin/activate
106107
python manage.py collectstatic --no-input --settings=pyconkr.settings-dev

0 commit comments

Comments
 (0)