deployment-execute
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
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.
10installs
Added on
NPX Install
npx skill4agent add jsonlee12138/easy-deployment deployment-executeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Deployment Execute
- Run deployment using .
make ENV_MODE=<env> <target> - Support dry-run preview using .
make -n - Return command output and status in structured JSON.
Command
bash
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