add demo sync to resources
This commit is contained in:
@ -10,6 +10,15 @@ config.address = "http://host.docker.internal:8120"
|
|||||||
config.region = "South-1"
|
config.region = "South-1"
|
||||||
config.enabled = true
|
config.enabled = true
|
||||||
|
|
||||||
|
[[resource_sync]]
|
||||||
|
name = "demo-sync"
|
||||||
|
description = "Restores the config back to contents in demo-sync resources.toml"
|
||||||
|
tags = ["monitor", "demo"]
|
||||||
|
config.git_provider = "git.demo.monitor.dev"
|
||||||
|
config.repo = "mbecks/demo-sync"
|
||||||
|
config.resource_path = "./resources.toml"
|
||||||
|
config.delete = true
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Gitea (Deployment) #
|
# Gitea (Deployment) #
|
||||||
######################
|
######################
|
||||||
|
Reference in New Issue
Block a user