diff --git a/.drone.yml b/.drone.yml index a2608d4..f1678bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,9 @@ steps: environment: HCLOUD_TOKEN: from_secret: hcloud_token - SERVER_ID: ${server_id} commands: # - apk add openssh - - env | sort + - 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