Commit cc5e76f2 authored by Dominik Rosiek's avatar Dominik Rosiek

update ci

parent 661b019d
...@@ -2,7 +2,7 @@ update: ...@@ -2,7 +2,7 @@ update:
script: script:
- cd /var/www/telemabk/behub/BeHub-web/ - cd /var/www/telemabk/behub/BeHub-web/
- git pull - git pull
- kill -9 `ps aux | grep "127.0.0.1:8765" | grep -vP "grep" | grep -oP "(?<=^wolodija ).*? "` - 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 - source /var/www/telemabk/behub/behubenv/bin/activate
- python BeHub/manage.py makemigrations - python BeHub/manage.py makemigrations
- python BeHub/manage.py migrate && true - python BeHub/manage.py migrate && true
......
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