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
|
||||
type: docker
|
||||
type: ssh
|
||||
name: testing
|
||||
|
||||
server:
|
||||
host: 192.168.1.2
|
||||
user: build
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: techknowlogick/drone-docker
|
||||
settings:
|
||||
dry_run: true
|
||||
username:
|
||||
password:
|
||||
repo: rosti/runtime
|
||||
tags:
|
||||
- dev
|
||||
commands:
|
||||
- make build
|
||||
|
Loading…
Reference in New Issue
Block a user