feat: add script to copy .env file to k3s-vm-1 after pre-flight checks

This commit is contained in:
jon brookes 2025-10-14 16:32:05 +01:00
parent bb4d0cc701
commit b4c0f17b12
2 changed files with 40 additions and 0 deletions

View file

@ -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
}
]