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