view 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 source

#!/bin/bash

hg pull -u
mkdir -p static
./manage.py collectstatic
./manage.py compilemessages