mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 07:19:24 +00:00
Add Workflow example to ReadMe
This commit is contained in:
parent
a873772ceb
commit
ad9d7f8014
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue