Add CI/CD and CODEBASE_SETUP for Community (Armor)#10
Merged
Conversation
Member
Author
✅ Ready to mergeCI status: All checks passing ( What's in this PR:
Before merging, confirm:
This is a frontend-only repo so no ECS/backend secrets needed. Safe to merge now. Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/ci.yml— runsnpm ci --legacy-peer-depsandnpm run buildon every PR and push tomain.github/workflows/deploy.yml— manual workflow to build and deploy the React app to S3 + CloudFront (supportsproductionandstagingenvironments)CODEBASE_SETUP.md— developer onboarding guide covering prerequisites, quick start, environment variables, production build, and CI/CD instructions.gitignorefor Node artifacts (node_modules/,build/,.env,.DS_Store)Test plan
AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,S3_BUCKET_FRONTEND,CLOUDFRONT_DISTRIBUTION_ID,REACT_APP_BACK_END_HOST,REACT_APP_FRONT_END_HOST) are configured in the repo settings before running DeployCODEBASE_SETUP.mdfor accuracy against the actual frontend setupGenerated by Claude Code