setup-gcloud/example-workflows
Bharath KKB 95e2d15420
fix: Update action names (#250) (#251)
Co-authored-by: Lewis Llobera <billobera@gmail.com>
2020-12-18 21:30:03 -06:00
..
cloud-build fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06:00
cloud-run fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06:00
gae fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06:00
gce fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06:00
gke fix: Update action names (#250) (#251) 2020-12-18 21:30:03 -06: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.