diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cc0996..b8e0e31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,4 +84,4 @@ push_job: # 使用 rsync 将文件同步到远程服务器 - echo "Deploying to remote server using rsync..." - - rsync -avz --delete ./temp $REMOTE_USER@$REMOTE_HOST:$REMOTE_PATH \ No newline at end of file + - rsync -avz --delete ./temp $REMOTE_USER@$REMOTE_HOST:$REMOTE_DEPLOY_PATH \ No newline at end of file