1
0

Add ${REPO_NAME}.toml

This commit is contained in:
2026-04-06 21:11:46 +00:00
parent dec3d7fcbd
commit 7e1f6929af

23
${REPO_NAME}.toml Normal file
View File

@@ -0,0 +1,23 @@
[[server]]
name = "${REPO_NAME}"
description = "${REPO_NAME}"
tags = ["server"]
[server.config]
region = "onsite"
enabled = true
[[repo]]
name = "mrmeeb-labs/${REPO_NAME}"
tags = ["repo"]
[repo.config]
server = ${REPO_NAME}"
git_provider = "git.mrmeeb.stream"
git_account = "MrMeeb"
repo = "mrmeeb-labs/${REPO_NAME}"
[[resource_sync]]
name = "mrmeeb-labs/${REPO_NAME}"
tags = ["sync"]
[resource_sync.config]
linked_repo = "mrmeeb-labs/${REPO_NAME}"
resource_path = ["stacks"]