From ad9d7f80143aa2654dc808a5bee8fac13caab896 Mon Sep 17 00:00:00 2001 From: averikitsch Date: Fri, 7 Feb 2020 12:49:05 -0800 Subject: [PATCH] Add Workflow example to ReadMe --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08574847..4c3ae765 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ for working with [Google Cloud Platform](http://cloud.google.com/). ## Example Workflows -* [gke](./example-workflows/gke/README.md): An example workflow that uses [GitHub Actions](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) to deploy a static website to an existing [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) cluster. +* [Google Kubernetes Engine](./example-workflows/gke/README.md): An example workflow that uses [GitHub Actions][github-action] to deploy a static website to an existing [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) cluster. + +* [Cloud Run](./example-workflows/cloud-run/README.md): An example workflow that uses [GitHub Actions][github-action] to build and deploy a container to [Cloud Run](https://cloud.google.com/run/). ## Feature requests and bug reports @@ -34,7 +36,7 @@ Please file feature requests and bug reports as The GCP GitHub Actions community uses the **#gcp-github-actions** slack channel on [https://googlecloud-community.slack.com](https://googlecloud-community.slack.com) -to ask questions and share feedback. Invitation link available here: +to ask questions and share feedback. Invitation link available here: [http://bit.ly/gcp-slack](http://bit.ly/gcp-slack). ## Contributing @@ -44,3 +46,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) ## License See [LICENSE](LICENSE) + + +[github-action]:https://help.github.com/en/categories/automating-your-workflow-with-github-actions