From efba27617c553e6c0820df283e68551ac7eb731a Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 11 Aug 2024 19:26:28 -0700 Subject: [PATCH] add demo sync to resources --- resources.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources.toml b/resources.toml index cf2ef24..74b69a0 100644 --- a/resources.toml +++ b/resources.toml @@ -10,6 +10,15 @@ config.address = "http://host.docker.internal:8120" config.region = "South-1" 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) # ######################