You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI / CD Pipeline using Git Actions. Fully automated pipeline with continuous deployment up to the Production Environment. CI / CD Pipeline using Jenkins and Tekton available in other repositories.
This pipeline focuses on below jobs once code is pushed to GIT Main branch
Run unit test
Catch Bugs and Security Vulnerabilities in code Using Sonar (WIP)
Build Project
Deploy Project on AWS Elastic Bean Stack
About
CI / CD Pipeline using Git Actions. Fully automated pipeline with continuous deployment up to the Production Environment. CI / CD Pipeline using Jenkins and Tekton available in other repositories.