Deploy

Deploy the application to production. Use when user says deploy, push to production, or update live site.

forever-efficient 3659054 611 B Updated

File contents

Deploy

Execute deployment following this sequence:

Pre-deployment Checks

  1. Verify tests pass: {{TEST_COMMAND}}
  2. Check for uncommitted changes: git status

Build

  1. Build the application: {{BUILD_COMMAND}}
  2. Verify build output exists

Deploy

  1. {{DEPLOY_STEP_1}}
  2. {{DEPLOY_STEP_2}}

Post-deployment

  1. Verify site is accessible
  2. Run smoke tests if available

Rollback

If deployment fails:

  1. {{ROLLBACK_STEP_1}}
  2. {{ROLLBACK_STEP_2}}

forever-efficient/pitfal-solutions-website/tree/main/templates/claude-project-template/.claude/skills/deploy commit 3659054df7

Frequently asked questions

npx skillmds@latest add forever-efficient/deploy-2