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
fc11c32151
commit
45fde88af2
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
@@ -29,7 +29,7 @@ steps:
commands:
- mvn package
- mv target/webssh.war /root/target/
- sleep 10
0
- sleep 10
- name: ssh-deploy
image: appleboy/drone-ssh
@@ -41,7 +41,7 @@ steps:
port: 4221
command_timeout: 2m
script:
- docker run -v /root/target/:/usr/local/tomcat/webapps/ -p61002:8080 -d tomcat
- docker run -v /root/target/:/usr/local/tomcat/webapps/ -p61002:8080 -d tomcat
:9.0
trigger:
branch:
- master
Write
Preview
Loading…
Cancel
Save