At Grey Hat Labs we’ve just hit a major milestone: our full CI/CD “Build & Test” pipeline is now live and integrated with our code base.
🔧 We configured:
• A GitHub Actions workflow that triggers on push & pull requests targeting main
• Automated linting, unit tests and build steps for our Node/TS services
• Publication of container images to Amazon ECR when code is merged into main, enabling rapid deployment readiness
Why this matters:
• It gives us confidence in every change — no more manual releases
• The pipeline saves time and reduces risk as we evolve the platform
• Investors and partners can now audit our build flows and traceability
What’s next:
• Connect the build artefacts to our infrastructure deployment
• Establish an auto-deploy strategy for staging environments
Onwards and upwards!
