Add master_sync.toml

This commit is contained in:
2025-07-11 10:01:17 -04:00
parent 63c752957d
commit 836ab8ae77

14
master_sync.toml Normal file
View File

@@ -0,0 +1,14 @@
[[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