diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh deleted file mode 100755 index f879f799..00000000 --- a/ci/deploy.sh +++ /dev/null @@ -1,9 +0,0 @@ -#set -x -COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/../;pwd` -export COMPASS_DIR - -apt-get install -y --force-yes 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 $* |