changeset 151:41aaaaf7b7fd

update deploy.sh
author souliane <souliane@mailoo.org>
date Mon, 30 Oct 2017 23:17:38 +0100
parents b101828faa0e
children 1801236f27f0
files deploy.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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