From 901b50901630f02686116073a5632c80f0f9f4e8 Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Thu, 17 Feb 2022 21:03:56 +0100 Subject: [PATCH] test2 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 263fc34..f1678bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,9 +15,9 @@ steps: HCLOUD_TOKEN: from_secret: hcloud_token commands: - - apk add openssh +# - apk add openssh - echo $SERVER_ID - - ssh-keygen -t ed25519 -f /root/.ssh/id_ed25519 -q -N '' - - ./hcloud ssh-key create --name drone --public-key-from-file /root/.ssh/id_ed25519.pub - - ./hcloud server list - - ./hcloud ssh-key delete drone \ No newline at end of file +# - ssh-keygen -t ed25519 -f /root/.ssh/id_ed25519 -q -N '' +# - ./hcloud ssh-key create --name drone --public-key-from-file /root/.ssh/id_ed25519.pub +# - ./hcloud server list +# - ./hcloud ssh-key delete drone \ No newline at end of file