touch empty private key to enable tfa in drone

This commit is contained in:
Viktor Barzin 2025-11-29 11:58:27 +00:00
parent 34df786fe4
commit a0d91e809a

View file

@ -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"