# HG changeset patch # User souliane # Date 1509403149 -3600 # Node ID 1801236f27f002a5e11aa5c8b2ffaeafa5710356 # Parent 41aaaaf7b7fd5b443e5e7d82c8be07026668d71e update deploy.sh diff -r 41aaaaf7b7fd -r 1801236f27f0 deploy.sh --- a/deploy.sh Mon Oct 30 23:17:38 2017 +0100 +++ b/deploy.sh Mon Oct 30 23:39:09 2017 +0100 @@ -1,6 +1,8 @@ #!/bin/bash hg pull -u +chown -R www-data:www-data . mkdir -p static ./manage.py collectstatic ./manage.py compilemessages +./manage.py migrate