Skip to content

Commit 141c64b

Browse files
committedOct 17, 2015
Add deploy.sh script
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 9e9fbe6 commit 141c64b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎deploy.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/zsh
2+
source /srv/users.getnikola.com/bin/activate
3+
source local-config
4+
./manage.py collectstatic --noinput
5+
cd /srv/users.getnikola.com/appdata
6+
git pull origin master
7+
sudo systemctl restart uwsgi

0 commit comments

Comments
 (0)
Please sign in to comment.