setup-gcloud/example-workflows
2020-06-09 09:13:04 -05:00
..
cloud-build add plaing cloud build 2020-04-28 23:12:24 +02:00
cloud-run Update README.md 2020-06-09 09:13:04 -05:00
gae Merge pull request #102 from vorburger/gae-roles 2020-05-26 10:49:04 -04:00
gce Add clarity around service_account_email 2020-04-29 10:07:21 -04:00
gke typo correction 2020-06-03 15:20:38 +02:00
README.md add plaing cloud build 2020-04-28 23:12:24 +02: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 Deploy a static site 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
Google Cloud Build Build a container image using CLoud Build

Github Actions resources

Learn more about Automating your workflow with Github Actions.