touch empty private key to enable tfa in drone
This commit is contained in:
parent
bd18cafea8
commit
e41ebfc92c
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue