From fa3d041f339d1352edd2d6614e2a5ef9bfb19903 Mon Sep 17 00:00:00 2001 From: parkseongheum Date: Sat, 25 Feb 2023 15:41:17 +0900 Subject: [PATCH] =?UTF-8?q?update:=20staticfile=20=EC=88=98=EC=A7=91=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=ED=99=94=20(manage.py)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_on_dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_on_dev.yml b/.github/workflows/deploy_on_dev.yml index 8f3761e..f459ba9 100644 --- a/.github/workflows/deploy_on_dev.yml +++ b/.github/workflows/deploy_on_dev.yml @@ -103,4 +103,5 @@ jobs: AWS_S3_ACCESS_KEY_ID: ${{ secrets.PYCON_DEV_2023_AWS_KEY }} AWS_S3_SECRET_ACCESS_KEY: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }} run: | + source ./zappa-env/bin/activate python manage.py collectstatic --no-input --settings=pyconkr.settings-dev