This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
feat: .devops/未命名项目.yml
gitlink
songjc
jianmu
8 months ago
parent
5cc94047ec
commit
32867185d2
1 changed files
with
28 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+28
-0
.devops/未命名项目.yml
+ 28
- 0
.devops/未命名项目.yml
View File
@@ -0,0 +1,28 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: ssh_cmd_0
name: ssh执行命令
task: ssh_cmd@1.1.1
input:
ssh_pass: ((SSH.pcm1))
ssh_ip: '"123.60.146.162"'
ssh_port: '"22"'
ssh_user: '"pcm"'
ssh_cmd: '"cd /home/pcm/deploy/cloudream/workspace/storage_yml&&chmod +x
1_pull.sh 2_build_all.sh 3_deploy.sh&&sh 1_pull.sh&&sh
2_build_all.sh&&sh 3_deploy.sh"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- ssh_cmd_0
Write
Preview
Loading…
Cancel
Save