بنقرة واحدة
deploy
Sync site files to S3 and invalidate CloudFront cache. Use after terraform apply to push site content live.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sync site files to S3 and invalidate CloudFront cache. Use after terraform apply to push site content live.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate complete Terraform infrastructure for S3 + CloudFront static site hosting. Use when setting up a new project or regenerating infrastructure files.
Run terraform apply to create or update AWS infrastructure. Use after reviewing a terraform plan.
Run terraform plan and analyze the output for risks. Use before applying any infrastructure changes.
| name | deploy |
| description | Sync site files to S3 and invalidate CloudFront cache. Use after terraform apply to push site content live. |
| allowed-tools | Bash, Read |
| disable-model-invocation | true |
Deploy site files to S3 and invalidate CloudFront cache.
Steps:
cd terraform && terraform output -jsonaws s3 sync . s3://<bucket> --exclude "terraform/*" --exclude ".git/*" --exclude ".github/*" --exclude "*.md" --exclude ".claude/*" --exclude ".cursor/*" --exclude ".mcp.json" --deleteaws cloudfront create-invalidation --distribution-id <dist-id> --paths "/*"If any step fails, stop and report the error. Do not continue to the next step.