feat: Added automatic script copying functionality
This commit is contained in:
@@ -57,3 +57,8 @@ variable "runner_count" {
|
||||
description = "Number of Gitea Actions runner containers to render into services/dev/Runners/docker-compose.yml."
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "deploy_user" {
|
||||
description = "Non-root sudo user created by the bootstrap script - services/dev is copied into this user's home directory."
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user