Baltimore-hackthebox-knowle.../.drone.yml

18 lines
224 B
YAML

---
kind: pipeline
type: ssh
name: default
server:
host:
from_secret: ssh_host
user:
from_secret: ssh_user
ssh_key:
from_secret: ssh_key
steps:
- name: build
commands:
- echo "Testing" > ~/test.txt