From 5cc94047ecc1f4296ae0680f7747cc82ca98d883 Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Tue, 25 Feb 2025 17:45:13 +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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.devops/pcm1环境cicd.yml b/.devops/pcm1环境cicd.yml index f04df5e..19cf28a 100644 --- a/.devops/pcm1环境cicd.yml +++ b/.devops/pcm1环境cicd.yml @@ -16,13 +16,15 @@ workflow: ssh_port: '"22"' ssh_user: '"pcm"' ssh_cmd: '" - ls -l /home/pcm/deploy/cloudream/storage + cd /home/pcm/deploy/cloudream/workspace/storage_yml && - cd /home/pcm/deploy/cloudream/storage + chmod +x 1_pull.sh 2_build_all.sh 3_deploy.sh && - chmod +x build.sh + sh 1_pull.sh && - sh build.sh "' + sh 2_build_all.sh + && + sh 3_deploy.sh "' needs: - start - ref: end