Browse Source

refactor: .devops/pcm1环境cicd.yml

gitlink
songjc jianmu 8 months ago
parent
commit
208a1dfae2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .devops/pcm1环境cicd.yml

+ 3
- 3
.devops/pcm1环境cicd.yml View File

@@ -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


Loading…
Cancel
Save