test/.drone.yml

16 lines
204 B
YAML

kind: pipeline
type: ssh
name: default
server:
host: station.baseware.net
user: jessequ
password:
from_secret: password
steps:
- name: build
commands:
- pwd
- echo 'test is a project.'