Skip to content

Commit 30014b4

Browse files
authored
Merge pull request #30 from golony6449/feature/golony/update-action
staticfile 수집 자동화
2 parents a7ebab6 + 671f91e commit 30014b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
run: |
9595
source ./zappa-env/bin/activate
9696
zappa update dev2023
97-
# zappa manage dev collectstatic
97+
zappa manage dev2023 "collectstatic --no-input"

.github/workflows/deploy_on_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
run: |
9494
source ./zappa-env/bin/activate
9595
zappa update prod2023
96-
# zappa manage production collectstatic
96+
zappa manage prod2023 "collectstatic --no-input"

0 commit comments

Comments
 (0)