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

  1. Checkout code
  2. Run tests (npm test)
  3. Build (npm run build)
  4. Deploy to S3 using jakejarvis/s3-sync-action
  5. (Optional) Invalidate CloudFront cache

Branch: develop