From 1867aee693753502555e25256813daf7f9a9b2d0 Mon Sep 17 00:00:00 2001 From: YaoLei <1049031269@qq.com> Date: Mon, 6 Jul 2026 10:42:27 +0800 Subject: [PATCH] Remove rsync:// prefix from deployment URL --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 13d624b..3022516 100644 --- a/config.toml +++ b/config.toml @@ -5,4 +5,4 @@ languageCode = "en-us" [deployment] [[deployment.targets]] name = "production" -URL = "rsync://root@192.168.254.5:/opt/1panel/www/sites/www.learngaming.top/index" +URL = "root@192.168.254.5:/opt/1panel/www/sites/www.learngaming.top/index"