pages/examples/multisite/pages.yaml
Mya Pitzeruse 29de39b130
feat(multisite): supports multiple tenants to a single deployment instance
This change adds support for managing multiple sites from a single deployment
of the pages application. Routes are configured using a configuration file
rather than looking for CNAMEs in all the associated repositories. For an
example configuration, see examples/multisite/pages.toml.

Resolves #4
2022-10-25 10:19:29 -05:00

12 lines
294 B
YAML

# sync interval not currently working for YAML
sites:
mjpitz.com:
url: "https://github.com/mjpitz/mjpitz.git"
branch: "gh-pages"
syncInterval: 300000000000 # 5m
go.pitz.tech:
url: "https://github.com/mjpitz/myago.git"
branch: "site"
syncInterval: 300000000000 # 5m