...
Code Block | ||
---|---|---|
| ||
const ( BlueService SelectorName = "blue" GreenService SelectorName = "green" InitialCanaryService SelectorName = "blue" ) |
Jobs
Install - runs
wp core install...
against the actively provisioning site.ActivateTheme - runs
wp theme install --activate {theme-name}
against the actively provisioning site.Ingress - adds an Ingress hosts entry for the given site.
FlushCaches - runs
wp cache flush
against the given site.PatchIngress - updates an Ingress host entry for a given site.
PatchService - patches a site’s
service
value within the sites repository to reflect the active Canary service the site was moved to.
Upgrading a Canary Service/Deployment
...