From ef3b5a4ee52824887ac585c74a905abe410f27b8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Dec 2019 09:52:54 -0500 Subject: test drone --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f4ce0be --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +--- +kind: pipeline +type: ssh +name: deploy + +server: + host: + from_secret: host + user: + from_secret: username + ssh_key: + from_secret: ssh_key + +steps: + - name: hello + commands: + - echo hello world + - head -n5 ~/insults.txt + -- cgit 1.4.1