diff --git a/master_sync.toml b/master_sync.toml new file mode 100644 index 0000000..94191df --- /dev/null +++ b/master_sync.toml @@ -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 \ No newline at end of file