setup-gcloud/example-workflows
2021-09-06 14:54:33 -05:00
..
cloud-build fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06:00
cloud-run fix: point users to specific example workflow (#254) 2020-12-22 11:02:52 -08:00
gae fix: point users to specific example workflow (#254) 2020-12-22 11:02:52 -08:00
gce Typo in readme (#295) 2021-04-12 08:34:06 -07:00
gke chore: add gke simple example 2021-09-06 14:23:36 +03:00
gke-kustomize chore: add GAR_LOCATION to the readme (#375) 2021-09-06 14:54:33 -05:00
README.md chore: add gke simple example 2021-09-06 14:23:36 +03: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.