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
更新 '.drone.yml'
interface
高级云脑研发工程师
2 years ago
parent
8e6a94e445
commit
8e0f98b9b2
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.drone.yml
+ 7
- 1
.drone.yml
View File
@@ -14,6 +14,9 @@ volumes:
- name: m2
host:
path: /root/.m2
- name: dest
host:
path: /root/target
steps:
- name: maven
@@ -21,9 +24,12 @@ steps:
volumes:
- name: m2
path: /root/.m2
- name: dest
path: /root/target
commands:
- mvn package
- sleep 60
- mv target/* /root/target
- sleep 100
- name: ssh-deploy
image: appleboy/drone-ssh
Write
Preview
Loading…
Cancel
Save