Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / ci / deploy.sh
1 #set -x
2 COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/../;pwd`
3 export COMPASS_DIR
4
5 apt-get install screen
6 screen -ls |grep deploy|awk -F. '{print $1}'|xargs kill -9
7 screen -wipe
8 #screen -dmSL deploy bash $COMPASS_DIR/ci/launch.sh $*
9 $COMPASS_DIR/ci/launch.sh $*