How to deploy Google Cloud Functions with GitHub Actions

Опубликовано: 26 Октябрь 2024
на канале: mkdev
7,596
82

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.

Repo is https://github.com/pabloinigo/actions...

If you or your company need consulting and training around containerization topics, reach out to us via email - [email protected] or check out our website: https://mkdev.me/en/b

#google #googlecloud #cloudfunctions #serverless #github #githubactions #pipeline