GitLab CI and Distributed Builds
How to deploy a PHP app using GitLab's Cloud Run integration

How to deploy a PHP app using GitLab's Cloud Run integration

12/10/2024 · Christian Nnachi

What this post added

This post details the process of deploying a PHP application to Google Cloud Run using GitLab CI. It covers creating a new GitLab project, setting up a basic PHP application, utilizing GitLab's Google Cloud integration to create a service account and configure Cloud Run via a merge request, and adding new endpoints to the deployed application. It also provides instructions for cleaning up resources to avoid charges.

Read the original post ↗