This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
222
/
jwebsshbug
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: 222:master
222:a1
222:ansible
222:docker
222:interface
222:master
222:parallel
222:wangwei-patch-1
wangwei:a1
wangwei:ansible
wangwei:docker
wangwei:interface
wangwei:master
wangwei:parallel
wangwei:wangwei-patch-1
...
pull from: 222:docker
222:a1
222:ansible
222:docker
222:interface
222:master
222:parallel
222:wangwei-patch-1
wangwei:a1
wangwei:ansible
wangwei:docker
wangwei:interface
wangwei:master
wangwei:parallel
wangwei:wangwei-patch-1
2 Commits
master
...
docker
Author
SHA1
Message
Date
高级云脑研发工程师
70bf718330
update pipeline for docker branch
2 years ago
高级云脑研发工程师
e8c34c3493
update pipeline for docker branch
2 years ago
1 changed files
with
8 additions
and
26 deletions
Split View
Diff Options
Show Stats
+8
-26
.drone.yml
+ 8
- 26
.drone.yml
View File
@@ -1,14 +1,9 @@
kind: pipeline
type: docker
name:
mast
erpipe
name:
dock
erpipe
platform:
os: linux
arch: arm64
volumes:
- name: cache
host:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
@@ -17,30 +12,17 @@ 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
- name: docker
image: plugins/docker
settings:
host:
from_secret: ip
username:
from_secret: name
password:
from_secret: pwd
port: 22
script:
- chmod +x /home/deploy.sh
- ./home/deploy.sh
username: 153692771@qq.com
password: Docker199637
repo: foo/bar
tags: latest
trigger:
branch:
-
mast
er
- docker
event:
- push
- pull_request
Write
Preview
Loading…
Cancel
Save