mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 15:29:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| cloud-run | ||
| gae | ||
| gce | ||
| gke | ||
| README.md | ||
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.