Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add deploy.sh script
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 17, 2015
1 parent 9e9fbe6 commit 141c64b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy.sh
@@ -0,0 +1,7 @@
#!/usr/bin/zsh
source /srv/users.getnikola.com/bin/activate
source local-config
./manage.py collectstatic --noinput
cd /srv/users.getnikola.com/appdata
git pull origin master
sudo systemctl restart uwsgi

0 comments on commit 141c64b

Please sign in to comment.