view deploy.sh @ 157:e9bd848b21da

developers: fixed missing escaping
author Goffi <goffi@goffi.org>
date Sat, 13 Jan 2018 19:17:19 +0100
parents 87382593e514
children
line wrap: on
line source

#!/bin/bash

hg pull -u
#chown -R www-data:www-data .
mkdir -p static
./manage.py collectstatic
./manage.py compilemessages
./manage.py migrate
/etc/init.d/apache2 reload