aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
blob: f879f7999da77496ab584e1d073033506a12f858 (plain)
1
2
3
4
5
6
7
8
9
#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 $*