Commit 9d5d476d authored by Rafal's avatar Rafal

Merge remote-tracking branch 'origin/master'

parents d4f3d99f 3c136bb3
update:
script:
- cd /var/www/telemabk/behub/BeHub-web/
- git pull
- kill -9 `ps aux | grep "127.0.0.1:8765" | grep -oP "(?<=^wolodija ).*? "`
- source /var/www/telemabk/behub/behubenv/bin/activate
- python BeHub/manage.py makemigrations
- python BeHub/manage.py migrate --fake
- python BeHub/manage.py runserver 127.0.0.1:8765 &
- cd /home/wolodija/public_html/vera/pdf-editor; git pull;
- cd /var/www/telemabk/behub/BeHub-web/
- git pull
# - kill -9 `ps aux | grep "127.0.0.1:8765" | grep -vP "grep" | grep -oP "(?<=^wolodija ).*? "` && true
- source /var/www/telemabk/behub/behubenv/bin/activate
- python BeHub/manage.py makemigrations
- python BeHub/manage.py migrate && true
# - nohup python BeHub/manage.py runserver 127.0.0.1:8765 > ../log.txt &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment