Skip to content

Commit

Permalink
doc: update example workflows (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Dec 22, 2020
1 parent 99f25f1 commit 3054e12
Showing 1 changed file with 7 additions and 2 deletions.
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

0 comments on commit 3054e12

Please sign in to comment.