feat: add script to copy .env file to k3s-vm-1 after pre-flight checks
This commit is contained in:
parent
bb4d0cc701
commit
b4c0f17b12
2 changed files with 40 additions and 0 deletions
|
|
@ -34,5 +34,14 @@
|
|||
],
|
||||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
},
|
||||
{
|
||||
"name": "copy .env to k3s-vm-1",
|
||||
"function": "RunCommand",
|
||||
"params": [
|
||||
"gcloud/tf/scripts/copy_env_to_first_node.sh"
|
||||
],
|
||||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue