# Initialize the sync to import your current resources. ## [[procedure]] name = "Weekly Updates" config.schedule_timezone = "America/New_York" config.schedule = "Every Sunday at midnight" [[procedure.config.stage]] name = "Stage 1" enabled = true executions = [ { execution.type = "BatchPullRepo", execution.params.pattern = """, # Match repos by name, id, wildcard, or \regex\., *""", enabled = true } ] [[procedure.config.stage]] name = "Stage 2" enabled = true executions = [ { execution.type = "BatchRunBuild", execution.params.pattern = """, # Match builds by name, id, wildcard, or \regex\., *""", enabled = true } ] [[procedure.config.stage]] name = "Stage 3" enabled = true executions = [ { execution.type = "PullStack", execution.params.stack = "media_apps", execution.params.services = [], enabled = true } ]