add timshell AI server - thanks Jacques!

pull/950/merge
Thibault Duplessis 2015-09-13 21:31:15 +02:00
parent 365828c952
commit 34019c1009
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ elif [ $mode = "cammy" ]; then
elif [ $mode = "adele" ]; then
REMOTE="adele"
REMOTE_DIR="/home/lichess"
elif [ $mode = "frank" ]; then
REMOTE="frank"
elif [ $mode = "timshell" ]; then
REMOTE="timshell"
REMOTE_DIR="/home/lichess"
else
echo "Unknown deploy target $mode"