Skip to content
Snippets Groups Projects
Commit e0cf72aa authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

bin/deploy

parent 162b8b38
Branches
No related tags found
No related merge requests found
#!/bin/bash
set -ueo pipefail
server=vyberko-autotest@cms-test
target=$server:server/
rsync static bin constraints.txt config.py.example setup.py $target -LKr
rsync task_autotest $target -LKrm --exclude="config.py" --exclude '__pycache__'
ssh $server systemctl --user try-restart uwsgi
sleep 1
ssh $server systemctl --user status uwsgi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment