Bitbucket: Branch or fork your repository
There are a number of ways to get your Bitbucket Cloud repository code so that you can work on the project. Each method is slightly different and is done for different reasons. What is a branch? What is a fork? Branching and forking provide two ways of diverging from the main code line. Both Mercurial […]
Google Cloud: Managing infrastructure as code with Terraform, Cloud Build, and GitOps
This tutorial explains how to manage infrastructure as code with Terraform and Cloud Build using the popular GitOps methodology. The term GitOps was first coined by Weaveworks, and its key concept is using a Git repository to store the environment state that you want. Terraform is a HashiCorp open source tool that enables you to predictably create, change, and improve your cloud infrastructure by […]
GIT Cheat Sheet
Google Cloud: Configuring CL/CD Pipeline using Cloud Build And GitHub
Overview Cloud Build uses build triggers to enable CI/CD automations. You can configure triggers to listen for incoming events, such as when a new commit is pushed to a repository or when a pull request is initiated, and then automatically invoke a build when new events come in. You will create a trigger and configure that trigger […]