diff --git a/.drone.yml b/.drone.yml index 5fde345..111cb8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,7 @@ steps: - scp install-arch.sh root@"$IP":/root/install-arch.sh - echo "$SSH_PUBKEY" > authorized_keys - scp authorized_keys root@"$IP":/root/authorized_keys + - ssh root@$IP chmod +x /root/install-arch.sh - ssh root@$IP /root/install-arch.sh - ./hcloud server reset $SERVER_ID - ./hcloud ssh-key delete drone