Skip to content

Commit

Permalink
Remove collectstatic from deployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Sep 17, 2024
1 parent ba0f2db commit dfa19fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python manage.py migrate

# `node_modules` static folder is huge so ignore it
# If `node_modules` is updated, run collectstatic manually
python manage.py collectstatic --noinput -v=2 --ignore node_modules
# python manage.py collectstatic --noinput -v=2 --ignore node_modules

0 comments on commit dfa19fb

Please sign in to comment.