This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
devopsdemo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pipeline for container branch
container
高级云脑研发工程师
2 years ago
parent
6b34259348
commit
132e8adbd1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.drone.yml
+ 2
- 2
.drone.yml
View File
@@ -10,7 +10,7 @@ steps:
- name: maven
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
- mvn install -DskipTests=true
.
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
# host、username、password可在参数管理中配置
@@ -26,7 +26,7 @@ steps:
port: 22
script:
- chmod +x /home/deploy.sh
- ./home/deploy.sh
b
- ./home/deploy.sh
trigger:
branch:
- container
Write
Preview
Loading…
Cancel
Save