runtime/.drone.yml

15 lines
174 B
YAML
Raw Normal View History

2021-09-20 22:53:02 +00:00
kind: pipeline
2021-09-21 11:32:48 +00:00
type: ssh
2021-09-20 22:53:02 +00:00
name: testing
2021-09-21 11:32:48 +00:00
server:
host: 192.168.1.2
user: build
password:
from_secret: ssh_password
2021-09-20 22:53:02 +00:00
steps:
- name: build
2021-09-21 11:32:48 +00:00
commands:
- make build