diff --git a/jenkins/deploy.sh b/jenkins/deploy.sh index 5fe4b18..64cda6e 100755 --- a/jenkins/deploy.sh +++ b/jenkins/deploy.sh @@ -5,6 +5,6 @@ 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" +screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini 2> stderr.txt" sleep 1 screen -list \ No newline at end of file