This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
JCS-pub
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
refactor: .devops/pcm1环境cicd.yml
gitlink
songjc
jianmu
1 year ago
parent
9c310e193e
commit
5cc94047ec
1 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-4
.devops/pcm1环境cicd.yml
+ 6
- 4
.devops/pcm1环境cicd.yml
View File
@@ -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
&&
c
d /home/pcm/deploy/cloudream/storage
c
hmod +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
Write
Preview
Loading…
Cancel
Save