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

18 lines
224 B
YAML
Raw Normal View History

2022-01-29 20:25:58 +00:00
---
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