diff --git a/.drone.yml b/.drone.yml index 2ea8fe07..88782c3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: TF_VAR_prod: "true" commands: - "env" + - "mkdir -p ~/.ssh && touch ~/.ssh/id_ed25519 ~/.ssh/id_ed25519.pub" # needed by TF apply; not used in practice - "terraform init" - "terraform apply -target=module.kubernetes_cluster -auto-approve"