Skip to content

Commit

Permalink
Drop example workflows (#627)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sethvargo committed Mar 28, 2023
1 parent 4e64424 commit 1bee7de
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 1,857 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,6 @@ jobs:
install_components: 'alpha,cloud-datastore-emulator'
```

## Example workflows

* [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.

* [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/).

* [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.

* [App Engine](./example-workflows/gae/README.md): An example workflow that uses GitHub Actions to deploy source
code to [App Engine](https://cloud.google.com/appengine), a fully managed serverless platform.

* [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).


## Authorization

This action installs the Cloud SDK (`gcloud`). To configure its authentication
Expand Down
28 changes: 0 additions & 28 deletions example-workflows/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions example-workflows/cloud-build/.dockerignore

This file was deleted.

63 changes: 0 additions & 63 deletions example-workflows/cloud-build/.github/workflows/cloud-build.yml

This file was deleted.

34 changes: 0 additions & 34 deletions example-workflows/cloud-build/Dockerfile

This file was deleted.

88 changes: 0 additions & 88 deletions example-workflows/cloud-build/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions example-workflows/cloud-build/index.js

This file was deleted.

Loading

0 comments on commit 1bee7de

Please sign in to comment.