更新.gitlab-ci.yml文件
This commit is contained in:
parent
a279eaad4c
commit
bc6fc55028
|
@ -115,7 +115,7 @@ sync_job:
|
|||
|
||||
# 使用 rsync 将文件同步到远程服务器
|
||||
- echo "同步到服务器"
|
||||
- echo "Deploying to remote server using rsync..."
|
||||
- echo "Deploying to remote server using rsync... $BinPath"
|
||||
- rsync -avz --delete ./temp/ $REMOTE_USER@$REMOTE_HOST:$BinPath
|
||||
|
||||
# 触发部署
|
||||
|
|
Loading…
Reference in New Issue