summaryrefslogtreecommitdiffstats
path: root/compass/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compass/ci/deploy.sh')
-rwxr-xr-xcompass/ci/deploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/compass/ci/deploy.sh b/compass/ci/deploy.sh
deleted file mode 100755
index 197bf63..0000000
--- a/compass/ci/deploy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#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 $*