view deploy.sh @ 158:19d1f4d465fc

quick fix for news.html, page was using old URL
author Goffi <goffi@goffi.org>
date Sat, 31 Mar 2018 11:39:41 +0200
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