Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop example workflows #627

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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