Mileke Kolawolewtfiscloud.hashnode.dev·Mar 1, 202424. CI/CD Automation with Cloud BuildIntroduction In our previous article, we discovered the power of automation in software delivery. Now, let's dive into Cloud Build, Google Cloud's solution for orchestrating those automated CI/CD workflows. What is Cloud Build? Cloud Build is a fully...#cloud-build
Joshua Gomesjoshuagomes.hashnode.dev·Feb 25, 2024Configure User-Specified Service Accounts for GCP Cloud BuildIn a move towards enhanced security and granular control, Google Cloud Platform (GCP) has recently shifted its Cloud Build service away from the default service account. This change encourages users to specify custom service accounts when triggering ...custom service accounts
Kevin Blancokevinblanco.dev·Feb 21, 2024Strapi CMS on Google Cloud Platform: The Definitive Guide - Part 3Hello everyone! Welcome to part 3 and final of 'The Definitive Guide' on running Strapi, the headless open-source content management system, on Google Cloud Platform. I'm a Google Developer Expert in Google Cloud Platform. Be sure to check out Part 1...458 readsGoogle Cloud PlatformStrapi
Akhil Kondapaneniakhil-kondapaneni.hashnode.dev·Sep 23, 2023Mastering CI/CD: A Step-by-Step Guide to Seamless Integration of GCP's Cloud Build with GitHubGoogle Cloud Build Google Cloud Build is a fully managed, serverless CI/CD (Continuous Integration/Continuous Deployment) platform provided by Google Cloud. It simplifies the process of automating builds, testing, and deployment of applications. Clou...11 likes·195 readsGCP
Gnana chandra Vutukurignanachandra.hashnode.dev·Sep 17, 2023Automated Node.js Backend Deployment with Google Cloud Run and Cloud Build: A Step-by-Step GuideIntroduction This guide will walk you through the step-by-step process of setting up an automated deployment pipeline for your Node.js backend. The services we will be using are Google Cloud Build, Google Cloud Run, and Artifact Registry. Prerequisit...21 likes·690 readsgoogle cloud
Hirameichgi.hashnode.dev·Sep 2, 2023Deploying a GCP Cloud Function with Nest.js via Cloud BuildMates, here I am for a new post. For the last few months, I've been learning GCP Cloud to improve my serverless skills. And this practice is something I wanted to share and document for future implementations. There are 3 basic concepts here you need...1 like·792 readscloud functions
Ferris Hallferrishall.dev·Jul 18, 2022Deploying Terraform in a GCP Cloud Build PipelineIf you followed my last post Getting started with Terraform on GCP, you've hopefully started deploying your GCP infrastructure using Terraform. Great start! If you haven't yet, I recommend checking out my post if you're new to IaC, DevOps, Terraform ...3 likes·344 readsIntroduction to Terraform on Google CloudGCP