CI CD Pipeline - ThulaniThisarani/noteapp GitHub Wiki
⚙️ CI/CD Pipeline
This project uses GitHub Actions to test, build, and deploy to AWS S3.
Workflow Steps
- Checkout code
- Run tests (
npm test
) - Build (
npm run build
) - Deploy to S3 using
jakejarvis/s3-sync-action
- (Optional) Invalidate CloudFront cache