add syrup as asset deploy target

pull/6182/head
Niklas Fiekas 2020-03-18 17:09:57 +01:00
parent 3a514417bd
commit b2da1b4a87
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ elif [ $to = "main" ]; then
elif [ $to = "stage" ]; then
REMOTE="khiaw"
REMOTE_DIR="/home/lichess-stage"
elif [ $to = "leess" ]; then
REMOTE="leess"
elif [ $to = "syrup" ]; then
REMOTE="root@syrup.lichess.ovh"
REMOTE_DIR="/home/lichess-deploy"
elif [ $to = "maple" ]; then
REMOTE="root@maple.lichess.ovh"