deco-site-deployment
Installation
SKILL.md
Deco Site Deployment
Manage a Deco site's configuration and trigger redeployment. Each site has a state secret in its Kubernetes namespace that controls env vars, scaling rules, resources, and more. Changing this secret and triggering a redeploy applies the new configuration.
When to Use This Skill
- Change environment variables for a site
- Adjust autoscaler settings (min/max scale, concurrency target)
- Modify resource requests/limits (CPU, memory)
- Trigger a redeployment of a site
- Debug what configuration a site is currently running with
Prerequisites
kubectlaccess to the target clusterADMIN_API_KEYenvironment variable set (ask the user to set it if missing)jqandbase64CLI tools