From e41ebfc92ceebc991c7512ae40c59faac446bf39 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 29 Nov 2025 11:58:27 +0000 Subject: [PATCH] touch empty private key to enable tfa in drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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"