Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update example workflows #255

Merged
merged 1 commit into from
Dec 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions example-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ update values to match your setup.
| ------------------------------- | ------------------------ |
| [Google Kubernetes Engine](gke/)| Deploy a static site to an existing GKE cluster |
| [Cloud Run](cloud-run/) | Deploy a container to Cloud Run (Fully Managed)|
| [Google Compute Engine](gce/) | Deploy a container to a GCE VM |
| [Google Cloud Build](cloud-build)| Build a container image using CLoud Build|
| [Google Compute Engine](gce/) | Deploy a container to a GCE VM |
| [Cloud Build](cloud-build/) | Build a container image using Cloud Build|
| [App Engine](gae/) | Deploy from source to App Engine |

## Community Workflows

* [Deploying a Fullstack React App + Express.js + MySQL to Google Compute Engine](https://github.com/ZBejavu/gcloud-deploy-tutorial)

## Github Actions resources

Expand Down