Deploy script

This commit is contained in:
simon987 2019-05-08 21:30:19 -04:00
parent 98aae25a72
commit 99cd73db07

View File

@ -1,4 +1,10 @@
#!/usr/bin/env bash
ls
echo "todo"
export MGROOT="music_graph_api"
export JAVA="/usr/lib/jvm/java-11-oracle"
screen -S mg_api -X quit
screen -S mg_api -d -m bash -c "cd ${MGROOT} && ${JAVA}/bin/java -jar target/music-graph-*-jar-with-dependencies.jar 2> stderr.txt"
sleep 1
screen -list