runtime/.drone.yml
Adam Štrauch 235af59b16
Some checks reported errors
continuous-integration/drone/push Build was killed
Switch to ssh pipeline
2021-09-21 13:32:48 +02:00

15 lines
174 B
YAML

kind: pipeline
type: ssh
name: testing
server:
host: 192.168.1.2
user: build
password:
from_secret: ssh_password
steps:
- name: build
commands:
- make build