DEV Community

Cover image for How to deploy Google Cloud Functions with GitHub Actions
mkdev.me for mkdev

Posted on

How to deploy Google Cloud Functions with GitHub Actions

Cloud Functions is the serverless compute platform created by Google to be used in the Google cloud. Is an event-driven model and in our example, we are going to use an HTTP call to trigger our function example.

GitHub Actions is the way used by GitHub to deploy CICD pipelines. AS we can imagine is deeply integrated into GitHub and we only need to create a YAML file in the .github/workflows folder to start our pipeline. Easy and graphically ideal.:


You can always hire our mentors and learn directly from them!

Top comments (0)