This commit is contained in:
2016-09-30 18:57:12 -04:00
parent 6a27b88465
commit 67a7f77599
2 changed files with 13 additions and 3 deletions

View File

@ -13,7 +13,11 @@ cd /var/www/gitwrapper/$name
git stash
git pull --force origin $name
perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git@github.com:/g' .gitmodules
git submodule sync
./scripts/setup.sh
git stash
python3 manage.py collectstatic --noinput
python3 manage.py migrate