diff --git a/master_sync.toml b/master_sync.toml index ffcd38a..3f5aa09 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -372,8 +372,7 @@ branch = "master" name = "Master_Resource_Sync" [repo.config] server = "unraid" -git_provider = "gitea:3000" -git_https = false +git_provider = "gitea.andrewamason.tech" git_account = "andrewamason" repo = "andrewamason/resources" @@ -679,19 +678,6 @@ branch = "master" ## -[[procedure]] -name = "Image Pull" -config.schedule_timezone = "America/New_York" - -[[procedure.config.stage]] -name = "Stage 1 - Update All Images" -enabled = true -executions = [ - { execution.type = "BatchPullStack", execution.params.pattern = """, # Match stacks by name, id, wildcard, or \regex\., *""", enabled = true } -] - -## - [[action]] name = "Deploy if Changed" [action.config]