We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9fbe6 commit 141c64bCopy full SHA for 141c64b
deploy.sh
@@ -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