deployment-config-validate
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Validate deployment configuration from .deploy.env.common and .deploy.env.<ENV_MODE> for config-dependent stages. Use before make-based deploy actions to catch missing variables, invalid ports, or compose issues.
17installs
Added on
NPX Install
npx skill4agent add jsonlee12138/easy-deployment deployment-config-validateTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Deployment Config Validate
- Validate only config-dependent stages.
- Ensure Makefile deployment block and required targets exist.
- Ensure and
.deploy.env.commonexist and merge correctly..deploy.env.<ENV_MODE> - Ensure required keys and are valid.
REMOTE_PORT - Validate compose file for stages that depend on compose.
Command
bash
python3 skills/deployment-config-validate/scripts/validate_config.py \
--root . \
--env-mode test \
--stage remote-deploy