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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deployment-execute" with this command: npx skills add jsonlee12138/easy-deployment/jsonlee12138-easy-deployment-deployment-execute

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

deployment-config-validate

No summary provided by upstream source.

Repository SourceNeeds Review
General

deployment-post-checks

No summary provided by upstream source.

Repository SourceNeeds Review
General

deployment-version-policy

No summary provided by upstream source.

Repository SourceNeeds Review