From 35cc8fa930b7392ac72b9c1afb4d612c6b737a71 Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 20 Dec 2025 23:48:16 +0100 Subject: [PATCH] fixed site deploy script to work with cloudflare-backed site --- bin/deploy_site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy_site b/bin/deploy_site index 6507999..4c44ba9 100755 --- a/bin/deploy_site +++ b/bin/deploy_site @@ -82,7 +82,7 @@ function updateIdeaPluginDownloadLink() { # default target settings case "com" in com) - SSH_HOST=sergeych@lynglang.com # host to deploy to + SSH_HOST=sergeych@d.lynglang.com # host to deploy to SSH_PORT=22 # ssh port on it ROOT=/bigstore/sergeych_pub/lyng # directory to rsync to ;;