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

  • kubectl access to the target cluster
  • ADMIN_API_KEY environment variable set (ask the user to set it if missing)
  • jq and base64 CLI tools

Quick Start

Installs
3
Repository
decocms/blocks
GitHub Stars
5
First Seen
Mar 11, 2026
deco-site-deployment — decocms/blocks