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
8e85d187db
commit
5266a3ca27
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
.drone.yml
+ 5
- 5
.drone.yml
View File
@@ -11,11 +11,11 @@ steps:
image: maven:3-jdk-10
commands:
- mvn install
- name: tomcat-deploy
image: tomcat
commands:
- cp target/webssh.war /usr/local/tomcat/webapps
- bash /usr/local/tomcat/bin/start.sh
- name: tomcat-deploy
image: tomcat
commands:
- cp target/webssh.war /usr/local/tomcat/webapps
- bash /usr/local/tomcat/bin/start.sh
trigger:
branch:
Write
Preview
Loading…
Cancel
Save