JsonLee12138

deployment-execute

Execute deployment through Makefile targets with ENV_MODE and optional VERSION overrides. Use when running real deployment or dry-run preview in Makefile-first workflow.

JsonLee12138 0 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add jsonlee12138/easy-deployment/deployment-execute

Install via the SkillsCat registry.

SKILL.md

Deployment Execute

  1. Run deployment using make ENV_MODE=<env> <target>.
  2. Support dry-run preview using make -n.
  3. Return command output and status in structured JSON.

Command

python3 skills/deployment-execute/scripts/deploy.py --root . --env-mode test --target remote-deploy --dry-run
python3 skills/deployment-execute/scripts/deploy.py --root . --env-mode prod --target remote-deploy --version v2026.02.10.1