From e7a1cc1dec0b883a9785dd14c62f6829bc32d3f6 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 9 Sep 2021 12:36:12 +0200 Subject: [PATCH] initial commit --- .drone.yml | 6 +++--- README.md | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f142171..99c0848 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,11 +22,11 @@ steps: image: appleboy/drone-ssh settings: host: - from_secret: $${homelab_host} + from_secret: homelab_host username: - from_secret: $${homelab_user} + from_secret: homelab_user key: - from_secret: $${ssh_key} + from_secret: ssh_key host: openssh-server port: 2222 script: diff --git a/README.md b/README.md index e9d37f4..5edc44c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # [Sthope.dev](https://www.Sthope.dev) -[![Build Status](https://drone.sthope.dev/api/badges/sthope/website/status.svg)](https://drone.sthope.dev/sthope/website) \ No newline at end of file +[![Build Status](https://drone.sthope.dev/api/badges/sthope/website/status.svg)](https://drone.sthope.dev/sthope/website) + + +Installing Drone-CLI +``` +curl -L https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx;sudo install -t /usr/local/bin drone +```