Deploying google cloud functions using Github actions
15 June, 2021Cloud functions is a serverless platform for building event based microservices. You write small snippets of code and Google Cloud handles all infrastructure for you. This guide demonstrates how to install a simple cloud function using the google-github-actions/deploy-cloud-functions github action.