This repository contains the codebase for "Strapi CMS on Google Cloud Platform: The Definitive Guide".
I'm a Google Developer Expert in Google Cloud Platform. Today,In this article I guide you through the entire process of deploying Strapi on GCP using Google App Engine, Google Cloud SQL, Google Cloud Storage with continuous integration/delivery using Google Cloud Build, from zero to production.
- node v 18.20 +
- npm install
- npm run build
- npm run develop
In case you want to skip setting up all the required Google Cloud architecture you can use the Terraform file included in this repo, just make sure to create a service-account.json
with the service account JSON credentials that has access to yout GCP project, then run:
terraform apply
And it will generate all the archicture elements Strapi needs to run using the parameters and values you entered in the Terraform prompt.
- Youtube Tutorial - App Engine Instance
- Step by Step Guide - kevinblanco.dev