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