add ocean as asset deploy target

pull/6254/head
Niklas Fiekas 2020-03-30 12:56:25 +02:00
parent 2c65d58f34
commit 791884a695
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ elif [ $to = "syrup" ]; then
elif [ $to = "maple" ]; then
REMOTE="root@maple.lichess.ovh"
REMOTE_DIR="/home/lichess-deploy"
elif [ $to = "ocean" ]; then
REMOTE="root@ocean.lichess.ovh"
REMOTE_DIR="/home/lichess-deploy"
elif [ $to = "stress" ]; then
REMOTE="listress"
REMOTE_DIR="/home/lichess"