projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9987692
)
collecting static in case static hosting is not done by S3 (and won't hurt if it is)
author
Bryan
<btbonval@gmail.com>
Wed, 11 Dec 2013 22:32:20 +0000
(17:32 -0500)
committer
Bryan
<btbonval@gmail.com>
Wed, 11 Dec 2013 22:32:20 +0000
(17:32 -0500)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index 1afb8e5a9a1af13f8ef11cb2547b64922c6a7643..0b84a565f3ce4f84353df50f04cdab676cc40248 100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-275,6
+275,7
@@
def first_deploy():
check_secrets()
update_reqs()
syncdb()
+ collect_static()
start_supervisord()