Added config setting to disable site
This commit is contained in:
@@ -23,6 +23,7 @@ type SiteConfig struct {
|
||||
Owner string `yaml:"owner"`
|
||||
Branch string `yaml:"branch"`
|
||||
Domain string `yaml:"domain"`
|
||||
Enabled bool `yaml:"enabled"`
|
||||
SPA bool `yaml:"spa"`
|
||||
NotFoundFile string `yaml:"not_found_file"`
|
||||
DeployToken string `yaml:"deploy_token"`
|
||||
|
||||
Reference in New Issue
Block a user