Skip to content

Commit 1bee7de

Browse files
authored
Drop example workflows (#627)
We have the GitHub-sanctioned starter workflows now, and these are mostly unmaintained. Furthermore, for most of these, we would rather have users use our other GitHub Action (like deploy-cloudrun) instead.
1 parent 4e64424 commit 1bee7de

28 files changed

+0
-1857
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,6 @@ jobs:
103103
install_components: 'alpha,cloud-datastore-emulator'
104104
```
105105

106-
## Example workflows
107-
108-
* [Google Kubernetes Engine](./example-workflows/gke/README.md): An example workflow that uses GitHub Actions to deploy a static website to an existing [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) cluster.
109-
110-
* [Cloud Run](./example-workflows/cloud-run/README.md): An example workflow that uses GitHub Actions to build and deploy a container to [Cloud Run](https://cloud.google.com/run/).
111-
112-
* [Google Compute Engine](./example-workflows/gce/README.md): An example workflow that uses GitHub Actions to deploy a container to an existing [Google Compute Engine](https://cloud.google.com/compute-engine/) (GCE) instance.
113-
114-
* [App Engine](./example-workflows/gae/README.md): An example workflow that uses GitHub Actions to deploy source
115-
code to [App Engine](https://cloud.google.com/appengine), a fully managed serverless platform.
116-
117-
* [Cloud Build](./example-workflows/cloud-build/README.md): An example workflow that uses GitHub Actions to build a container image with [Cloud Build](https://cloud.google.com/cloud-build).
118-
119-
120106
## Authorization
121107

122108
This action installs the Cloud SDK (`gcloud`). To configure its authentication

example-workflows/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

example-workflows/cloud-build/.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

example-workflows/cloud-build/.github/workflows/cloud-build.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

example-workflows/cloud-build/Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

example-workflows/cloud-build/README.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

example-workflows/cloud-build/index.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)