deploy assets to leess

This commit is contained in:
Thibault Duplessis 2019-05-05 08:18:16 +07:00
parent d490620ee4
commit 019f0aa099

View file

@ -9,7 +9,7 @@ if [ -z $mode ]; then
elif [ $mode = "main" ]; then
REMOTE="keres"
REMOTE_DIR="/home/lichess-deploy"
FRONT_REMOTE="greco"
FRONT_REMOTE="leess"
FRONT_REMOTE_DIR="/home/lichess-deploy"
CLI="bin/cli-prod"
elif [ $mode = "stage" ]; then