Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santima10/app-engine-version-cleaner
๐งน Keep your App Engine versions clean and tidy
https://github.com/santima10/app-engine-version-cleaner
appengine cloudrun google-cloud
Last synced: 1 day ago
JSON representation
๐งน Keep your App Engine versions clean and tidy
- Host: GitHub
- URL: https://github.com/santima10/app-engine-version-cleaner
- Owner: SantiMA10
- License: mit
- Created: 2021-04-18T14:36:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T17:45:06.000Z (over 3 years ago)
- Last Synced: 2023-02-28T07:46:13.108Z (over 1 year ago)
- Topics: appengine, cloudrun, google-cloud
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Engine version cleaner
๐งน Keep your App Engine versions clean and tidy.
This service deployable on Cloud Run allows you to automatically delete previous `App Engine` versions, it only keeps the new version you deploy and the last one.
## Setup
1. Click the deploy button:
[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run/?git_repo=https://github.com/SantiMA10/app-engine-version-cleaner.git)
2. Give the Cloud Run service the `App Engine Admin` role.
3. Create a new `google.appengine.v1.Versions.CreateVersion` trigger for the Cloud Run service.During this configuration you can choose which `App Engine` services you want to be affected by this "Cleaner".