diff --git a/bin/prod/deploy-assets b/bin/prod/deploy-assets index 7fa3449b59..c4f72939c2 100755 --- a/bin/prod/deploy-assets +++ b/bin/prod/deploy-assets @@ -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"