{ "mirrors": [ { "name": "cloudflare-pages", "dir": "./_publish/cf-pages", "fetch_url": "https://pages.example-pages.dev", "sync_cmd": ["wrangler", "pages", "deploy", "./_publish/cf-pages", "--project-name", "dist"] }, { "name": "github-pages-altacct", "dir": "./_publish/github", "fetch_url": "https://raw.githubusercontent.com/example-alt-account/dist/main", "sync_cmd": ["git", "-C", "./_publish/github", "push"] }, { "name": "object-storage", "dir": "./_publish/objstore", "fetch_url": "https://obj.example-storage.com/dist", "sync_cmd": ["aws", "s3", "sync", "./_publish/objstore", "s3://dist", "--profile", "dist-egress"] } ] }