更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-16 07:18:16 +00:00
parent bf05bda12a
commit 7d05aefe37
1 changed files with 7 additions and 6 deletions

View File

@ -117,7 +117,8 @@ sync_job:
- rsync -avz --delete ./temp/ $REMOTE_USER@$REMOTE_HOST:$REMOTE_DEPLOY_PATH
# 触发部署
- curl -X POST \
- |
curl -X POST \
--fail \
-F token=$SERVER_CI_TOKEN \
-F "ref=release" \