From 80eb392d17d88a9525851796bfc479deb85a4a89 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 7 Apr 2025 13:40:45 +0800 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ac66b2..bdcfffd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,4 +102,4 @@ build-job: # 触发部署 - echo "触发部署" - - "curl -X POST --fail -F token=$SERVER_CI_TOKEN -F ref=release -F variables[ServerName]=$ServerName https://git.pogorockgames.com/api/v4/projects/31/trigger/pipeline" \ No newline at end of file + - "curl -X POST --fail -F token=$SERVER_CI_TOKEN -F ref=release -F variables[ServerName]=$ServerName https://gitlab.sdws.shop/api/v4/projects/31/trigger/pipeline" \ No newline at end of file