CI/CD pipeline using GitHub Actions to deploy to Google Cloud Platform (GCP)
🚀 Why CI/CD? CI/CD automates every stage of your software delivery process: CI (Continuous Integration): Automatically builds and tests your code on each commit. CD (Continuous Deployment): Automatically deploys your Continue reading CI/CD pipeline using GitHub Actions to deploy to Google Cloud Platform (GCP)
