Feb 3 · 7 min read · Pada Lab Cloud Skill Boost ini, kita membuat CI/CD pipeline yang mengotomasi build container image Cloud Build dari code commit, image di simpan di Artifact Registry, dan Deploy ke Google Kubernetes Engines. Di lab ini kita membuat 2 Git Repo: app r...
Join discussion
Nov 16, 2025 · 6 min read · Level Up Your Development: CI/CD Pipelines with Cloud Build and GitHub Integration Continuous Integration and Continuous Delivery (CI/CD) are the cornerstones of modern software development. They allow you to automate the process of building, testing...
Join discussion
Nov 6, 2025 · 3 min read · Day 7 was the critical pivot from local development to a full Cloud-Native deployment. We successfully established a robust CI/CD pipeline using Google Cloud, automating the entire process from code push to service update. This is a massive step for ...
Join discussion
Apr 14, 2025 · 3 min read · Objective When managing Firebase products, one important consideration is the management of infrastructure resources such as rules and indexes. Before release, manually updating rules via CLI is not a big issue, but after launch, deploying incorrect ...
Join discussion
Mar 1, 2024 · 5 min read · Introduction 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...
Join discussion
Feb 25, 2024 · 3 min read · In 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 ...
Join discussion
Feb 21, 2024 · 5 min read · Hello 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...
Join discussion
Sep 23, 2023 · 6 min read · Google 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...
Join discussion
Sep 17, 2023 · 5 min read · Introduction 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...
Join discussion