Mercurial > sat_legacy_website
comparison deploy.sh @ 152:1801236f27f0
update deploy.sh
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 30 Oct 2017 23:39:09 +0100 |
parents | 41aaaaf7b7fd |
children | 87382593e514 |
comparison
equal
deleted
inserted
replaced
151:41aaaaf7b7fd | 152:1801236f27f0 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 hg pull -u | 3 hg pull -u |
4 chown -R www-data:www-data . | |
4 mkdir -p static | 5 mkdir -p static |
5 ./manage.py collectstatic | 6 ./manage.py collectstatic |
6 ./manage.py compilemessages | 7 ./manage.py compilemessages |
8 ./manage.py migrate |