setup-gcloud/example-workflows
Antal János Monori e1811a9f72
Update kubectl rollout status command
In the current example it is hardcoded to `gke-test` but that will fail if people follow the tutorial in the README.md and change the IMAGE name
2020-04-10 12:28:10 +02:00
..
cloud-run Update docs for GCE example workflow 2020-03-31 16:15:59 -04:00
gae Fix indent 2020-03-27 23:13:38 +01:00
gce Update docs for GCE example workflow 2020-03-31 16:15:59 -04:00
gke Update kubectl rollout status command 2020-04-10 12:28:10 +02:00
README.md Update examples README 2020-03-31 16:55:25 -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 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

Github Actions resources

Learn more about Automating your workflow with Github Actions.