From 208a1dfae23b7ec7df1611f10d994452a7e0374d Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Tue, 25 Feb 2025 23:46:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/pcm1=E7=8E=AF=E5=A2=83cicd.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/pcm1环境cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devops/pcm1环境cicd.yml b/.devops/pcm1环境cicd.yml index e8f2c2a..0631e59 100644 --- a/.devops/pcm1环境cicd.yml +++ b/.devops/pcm1环境cicd.yml @@ -18,11 +18,11 @@ workflow: ssh_cmd: '" cd /home/pcm/deploy/cloudream/workspace/storage_yml && - ./1_pull.sh + sudo ./1_pull.sh && - ./2_build_all.sh + sudo ./2_build_all.sh && - ./3_deploy.sh "' + sudo ./3_deploy.sh "' needs: - start - ref: end