od-database/jenkins/deploy.sh
2019-03-24 21:40:57 -04:00

10 lines
208 B
Bash
Executable File

#!/bin/bash
export ODDBROOT="od-database"
screen -S oddb_web -X quit
killall -9 uwsgi
echo "starting oddb_web"
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
sleep 1
screen -list