Getting Started
The process for creating a CI/CD pipeline on GCP can be difficult to navigate for inexperience developers. This post will hopefully clarify the steps to get your app running on GCP using a CI/CD process. Step 1 is to create an Express app and run it locally. Next add an app.yaml file and set the runtime to nodejs10. Create a GitHub account and push your project to the GitHub repository. If you already have a GitHub account, just create a new repository.
GCP Configuration
You’ll need to create a new GCP project. Once that’s created select your project and navigate to Cloud Source Repositories. On the Cloud Source Repository page on the top right select “Add a Repository”.