Skip to content

Commit

Permalink
Pull from github in deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 26, 2016
1 parent e52cd50 commit 3bec390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Expand Up @@ -2,6 +2,8 @@
source /srv/users.getnikola.com/bin/activate
source local-config
./manage.py collectstatic --noinput
cd /home/kwpolska/git/nikola-users
git pull origin master
cd /srv/users.getnikola.com/appdata
git pull origin master
sudo systemctl restart uwsgi

0 comments on commit 3bec390

Please sign in to comment.