deployment-config-create
SKILL.md
Deployment Config Create
- Use a Makefile-first workflow, but keep environment data in files.
- Keep shared values in
.deploy.env.common. - Keep environment differences in
.deploy.env.<ENV_MODE>. - Run
scripts/create_config.pyto patch or create:
Makefiledeployment block (shared command contract)Dockerfiletemplate (if missing)docker-compose.local.yaml,docker-compose.test.yaml,docker-compose.yamldocker-compose.<custom-env>.yamlfor custom environments.deploy.env.common,.deploy.env.test,.deploy.env.prod,.deploy.env.<custom-env>
- Use
REMOTE_PORTin common or env override files for non-22 SSH/SCP. - Keep changes idempotent via managed markers.
Command
python3 skills/deployment-config-create/scripts/create_config.py \
--root . \
--app-name "$APP_NAME" \
--registry-host "$REGISTRY_HOST" \
--remote-user "$REMOTE_USER" \
--remote-host "$REMOTE_HOST" \
--remote-port "$REMOTE_PORT" \
--test-remote-host "$TEST_REMOTE_HOST" \
--test-remote-port "$TEST_REMOTE_PORT" \
--prod-remote-host "$PROD_REMOTE_HOST" \
--prod-remote-port "$PROD_REMOTE_PORT" \
--custom-env "$CUSTOM_ENV"
# Optional JSON profile input
python3 skills/deployment-config-create/scripts/create_config.py --root . --from-json deploy-profile.json
Weekly Installs
5
Repository
jsonlee12138/ea…ploymentFirst Seen
Feb 10, 2026
Security Audits
Installed on
opencode5
gemini-cli5
claude-code5
github-copilot5
codex5
amp5