Adam Štrauch
235af59b16
Some checks reported errors
continuous-integration/drone/push Build was killed
15 lines
174 B
YAML
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
|