runtime/.drone.yml

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