setup-gcloud/example-workflows
Thomas Ott a528147dba
fix: update secrets according to readme (#549)
* fix: update secrets according to readme

* fix: gca secret name

Co-authored-by: Thomas Ott <thomas@ott.page>
2022-06-21 09:36:25 -04:00
..
cloud-build fix: update secrets according to readme (#549) 2022-06-21 09:36:25 -04:00
cloud-run chore!: Require Node 16 (#532) 2022-03-08 15:18:18 -08:00
gae chore!: Require Node 16 (#532) 2022-03-08 15:18:18 -08:00
gce docs: update references from master -> main (#544) 2022-04-05 11:04:56 -04:00
gke chore!: Require Node 16 (#532) 2022-03-08 15:18:18 -08:00
gke-kustomize chore!: Require Node 16 (#532) 2022-03-08 15:18:18 -08:00
README.md docs: update references from master -> main (#544) 2022-04-05 11:04:56 -04:00

Example Workflows for Github Actions with Google Cloud Platform

These example workflows use the setup-gcloud to build and deploy applications to Google Cloud Platform.

These examples are intended to be examples. You will likely need to change or update values to match your setup.

Workflows

Workflow Description
Google Kubernetes Engine Build image and deploy a static site to an existing GKE cluster
Google Kubernetes Engine Deploy a simple hello app to an existing GKE cluster
Cloud Run Deploy a container to Cloud Run (Fully Managed)
Google Compute Engine Deploy a container to a GCE VM
Cloud Build Build a container image using Cloud Build
App Engine Deploy from source to App Engine

Community Workflows

Github Actions resources

Learn more about Automating your workflow with Github Actions.