From fc158c2a255831c0e0dfd008a06a416671fcf86d Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Sun, 20 Feb 2022 23:23:15 +0100 Subject: [PATCH] chmod --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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