view deploy.sh @ 159:d893828f58f0

settings: replaced http: by https: urls
author Goffi <goffi@goffi.org>
date Sun, 23 Sep 2018 16:19:10 +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