comparison deploy.sh @ 151:41aaaaf7b7fd

update deploy.sh
author souliane <souliane@mailoo.org>
date Mon, 30 Oct 2017 23:17:38 +0100
parents b1c16cd53b62
children 1801236f27f0
comparison
equal deleted inserted replaced
150:b101828faa0e 151:41aaaaf7b7fd
1 #!/bin/bash 1 #!/bin/bash
2 2
3 hg update 3 hg pull -u
4 mkdir -p static 4 mkdir -p static
5 ./manage.py collectstatic 5 ./manage.py collectstatic
6 ./manage.py makemessages 6 ./manage.py compilemessages