deploy

Installation
SKILL.md

Deploy to AWS

Deploy the Pitfal Solutions website following this sequence:

Pre-deployment Checks

  1. Verify all tests pass: pnpm test
  2. Verify TypeScript compiles: pnpm type-check
  3. Check for uncommitted changes: git status

Build Process

  1. Build the Next.js application: pnpm build
  2. Verify the out/ directory was created

Infrastructure Deployment

  1. Navigate to terraform: cd infrastructure/terraform
  2. Initialize if needed: terraform init
  3. Plan changes: terraform plan -out=tfplan
  4. Show plan summary to user and confirm before applying
  5. Apply changes: terraform apply tfplan
Related skills
Installs
29
First Seen
Jan 26, 2026