diff 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
line wrap: on
line diff
--- a/deploy.sh	Tue Oct 17 22:16:20 2017 +0200
+++ b/deploy.sh	Mon Oct 30 23:17:38 2017 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-hg update
+hg pull -u
 mkdir -p static
 ./manage.py collectstatic
-./manage.py makemessages
+./manage.py compilemessages