This commit is contained in:
parent
d3cc9b5630
commit
c688b42cc2
@ -15,4 +15,8 @@ steps:
|
||||
HCLOUD_TOKEN:
|
||||
from_secret: hcloud_token
|
||||
commands:
|
||||
- apk add openssh
|
||||
- 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
|
Loading…
x
Reference in New Issue
Block a user