Add ${REPO_NAME}.toml
This commit is contained in:
23
${REPO_NAME}.toml
Normal file
23
${REPO_NAME}.toml
Normal 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"]
|
||||||
Reference in New Issue
Block a user