deploy to ocean

pull/6285/head
Thibault Duplessis 2020-04-03 06:51:37 -06:00
parent 98567b0dec
commit 72ea443009
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ elif [ $mode = "main" ]; then
REMOTE_DIR="/home/lichess3"
FRONT_REMOTE="root@maple.lichess.ovh"
FRONT_REMOTE_DIR="/home/lichess-deploy"
elif [ $mode = "ocean" ]; then
REMOTE="root@ocean.lichess.ovh"
REMOTE_DIR="/home/lichess-master-thib"
FRONT_REMOTE="root@maple.lichess.ovh"
FRONT_REMOTE_DIR="/home/lichess-deploy"
elif [ $mode = "stage" ]; then
REMOTE="khiaw"
REMOTE_DIR="/home/lichess-deploy"