# Infra Deploy Drift

> Use this skill when changing infrastructure/, deployment scripts, Docker deployment assumptions, Terraform, Kubernetes manifests, monitoring, or rollout logic in this repository.

- Skill: `hoangsonww/infra-deploy-drift-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add hoangsonww/infra-deploy-drift-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hoangsonww/infra-deploy-drift-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: hoangsonww (https://skillmd.com/u/hoangsonww)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hoangsonww/infra-deploy-drift-2

---


# Infrastructure Deploy Drift

This skill covers `infrastructure/` and deployment assumptions elsewhere in the repo.

## Working Rules

- Treat deploy changes as rollback-sensitive.
- Check scripts, manifests, and docs together before changing rollout logic.
- Call out placeholder secrets, hard-coded environments, mutable image tags, and missing health-check alignment.
- Prefer drift reduction and safer defaults over adding more wrapper complexity.

## Validation

- Read Terraform, Kubernetes, and the wrapper script for the same surface.
- Confirm whether a change affects ECS, Kubernetes, or both.

## References

- For files and known risks, read `references/infra-map.md`.

