From ef3b5a4ee52824887ac585c74a905abe410f27b8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Dec 2019 09:52:54 -0500 Subject: [PATCH] test drone --- .drone.yml | 19 +++++++++++++++++++ social.html | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .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 + diff --git a/social.html b/social.html index f7f8bb3..735880d 100644 --- a/social.html +++ b/social.html @@ -11,7 +11,7 @@
  • - +
  • @@ -20,7 +20,7 @@
  • - +