touch empty private key to enable tfa in drone
This commit is contained in:
parent
34df786fe4
commit
a0d91e809a
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