更新.gitlab-ci.yml文件
This commit is contained in:
parent
052c8e96f5
commit
f9d780a8a8
|
@ -86,4 +86,4 @@ push_job:
|
||||||
|
|
||||||
# 使用 rsync 将文件同步到远程服务器
|
# 使用 rsync 将文件同步到远程服务器
|
||||||
- echo "Deploying to remote server using rsync..."
|
- echo "Deploying to remote server using rsync..."
|
||||||
- rsync -avz --delete build/ $REMOTE_USER@$REMOTE_HOST:$REMOTE_PATH
|
- rsync -avz --delete ./temp $REMOTE_USER@$REMOTE_HOST:$REMOTE_PATH
|
Loading…
Reference in New Issue