更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-15 14:16:30 +00:00
parent f9996389d4
commit 52a19245b7
1 changed files with 1 additions and 1 deletions

View File

@ -94,4 +94,4 @@ sync_job:
# 使用 rsync 将文件同步到远程服务器
- echo "同步到服务器"
- echo "Deploying to remote server using rsync..."
- rsync -avz --delete ./temp $REMOTE_USER@$REMOTE_HOST:$REMOTE_DEPLOY_PATH
- rsync -avz --delete ./temp/* $REMOTE_USER@$REMOTE_HOST:$REMOTE_DEPLOY_PATH