From d269eb5f6752e146a4612ae9938c34b69c6881d2 Mon Sep 17 00:00:00 2001 From: rulrich Date: Thu, 14 Mar 2024 21:43:51 +0100 Subject: [PATCH] =?UTF-8?q?.drone.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..902d9b5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +name: default + +steps: +- name: ssh + image: appleboy/drone-ssh + settings: + host: + - debian01.skunklab.ch + username: rulrich + password: + from_secret: drone_ssh_password + port: 22 + command_timeout: 2m + script: + - echo "Hello World" \ No newline at end of file