od-database/jenkins/deploy.sh
2019-03-24 20:23:05 -04:00

9 lines
187 B
Bash
Executable File

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