Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / ci / deploy.sh
old mode 100644 (file)
new mode 100755 (executable)
index e69de29..197bf63
@@ -0,0 +1,9 @@
+#set -x
+COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/../;pwd`
+export COMPASS_DIR
+
+apt-get install screen
+screen -ls |grep deploy|awk -F. '{print $1}'|xargs kill -9
+screen -wipe
+#screen -dmSL deploy bash $COMPASS_DIR/ci/launch.sh $*
+$COMPASS_DIR/ci/launch.sh $*