Skip to content

Commit

Permalink
Merge pull request #30 from golony6449/feature/golony/update-action
Browse files Browse the repository at this point in the history
staticfile 수집 자동화
  • Loading branch information
golony6449 authored Feb 25, 2023
2 parents a7ebab6 + 671f91e commit 30014b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
run: |
source ./zappa-env/bin/activate
zappa update dev2023
# zappa manage dev collectstatic
zappa manage dev2023 "collectstatic --no-input"
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
run: |
source ./zappa-env/bin/activate
zappa update prod2023
# zappa manage production collectstatic
zappa manage prod2023 "collectstatic --no-input"

0 comments on commit 30014b4

Please sign in to comment.