fixed site deploy script to work with cloudflare-backed site

This commit is contained in:
Sergey Chernov 2025-12-20 23:48:16 +01:00
parent 6f86e6ff97
commit 35cc8fa930

View File

@ -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
;;