This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
coo_test001
/
jwebsshbug4
forked from
wangwei/jwebssh
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
Compare commits
merge into: coo_test001:master
coo_test001:a1
coo_test001:ansible
coo_test001:docker
coo_test001:interface
coo_test001:master
coo_test001:parallel
coo_test001:wangwei-patch-1
wangwei:a1
wangwei:ansible
wangwei:docker
wangwei:interface
wangwei:master
wangwei:parallel
wangwei:wangwei-patch-1
...
pull from: coo_test001:interface
coo_test001:a1
coo_test001:ansible
coo_test001:docker
coo_test001:interface
coo_test001:master
coo_test001:parallel
coo_test001:wangwei-patch-1
wangwei:a1
wangwei:ansible
wangwei:docker
wangwei:interface
wangwei:master
wangwei:parallel
wangwei:wangwei-patch-1
1 Commits
master
...
interface
Author
SHA1
Message
Date
高级云脑研发工程师
828ca9bdfb
update pipeline for interface branch
2 years ago
1 changed files
with
2 additions
and
29 deletions
Split View
Diff Options
Show Stats
+2
-29
.drone.yml
+ 2
- 29
.drone.yml
View File
@@ -1,14 +1,9 @@
kind: pipeline
type: docker
name:
masterpipe
name:
1
platform:
os: linux
arch: arm64
volumes:
- name: cache
host:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
@@ -17,30 +12,8 @@ steps:
path: /root/.m2
commands:
- mvn compile
- name: test
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn test
- name: 远程主机部署
image: appleboy/drone-ssh
settings:
host:
from_secret: ip
username:
from_secret: name
password:
from_secret: pwd
port: 22
script:
- chmod +x /home/deploy.sh
- ./home/deploy.sh
trigger:
branch:
-
master
- interface
event:
- push
- pull_request
Write
Preview
Loading…
Cancel
Save