From: Bryan Date: Wed, 11 Dec 2013 22:32:20 +0000 (-0500) Subject: collecting static in case static hosting is not done by S3 (and won't hurt if it is) X-Git-Tag: release-20150131~386^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a790add45a796de8f77e9a0fed6857c91434980e;p=oweals%2Fkarmaworld.git collecting static in case static hosting is not done by S3 (and won't hurt if it is) --- diff --git a/fabfile.py b/fabfile.py index 1afb8e5..0b84a56 100644 --- a/fabfile.py +++ b/fabfile.py @@ -275,6 +275,7 @@ def first_deploy(): check_secrets() update_reqs() syncdb() + collect_static() start_supervisord()