14 lines
295 B
TOML
14 lines
295 B
TOML
[[resource_sync]]
|
|
name = "Master Resource Sync"
|
|
[resource_sync.config]
|
|
git_provider = "gitea.andrewamason.tech"
|
|
repo = "andrewamason/resources"
|
|
git_account = "andrewamason"
|
|
resource_path = [
|
|
"repos.toml",
|
|
"builds.toml",
|
|
"procedures.toml",
|
|
"servers.toml",
|
|
"stacks.toml"
|
|
]
|
|
managed = true |