Switch to ssh pipeline
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3cba2d6893
commit
235af59b16
18
.drone.yml
18
.drone.yml
@ -1,14 +1,14 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: ssh
|
||||||
name: testing
|
name: testing
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: 192.168.1.2
|
||||||
|
user: build
|
||||||
|
password:
|
||||||
|
from_secret: ssh_password
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: techknowlogick/drone-docker
|
commands:
|
||||||
settings:
|
- make build
|
||||||
dry_run: true
|
|
||||||
username:
|
|
||||||
password:
|
|
||||||
repo: rosti/runtime
|
|
||||||
tags:
|
|
||||||
- dev
|
|
||||||
|
Loading…
Reference in New Issue
Block a user