cloud-run-button
cloud-run-button copied to clipboard
Let anyone deploy your GitHub repos to Google Cloud Run with a single click
It is nice to default to the cleanliness of not displaying build logs, but it would be cool if the user could see them. I remember @ahmetb indicating it might...
The experience of the button is amazing: click, get something running. But that's how you should deploy software. That's great for demos or for one-shot images that don't have to...
you know, a microservice/microlith thing as a button
If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via `app.json` like: ``` { "build":...
Introduced in #149, the API for the project list includes all lifecycle types, including projects pending deletion. The list of projects should only be those with lifecycle == "ACTIVE" (this...
It'd be cool to put the git commit sha in the container image tag.
Today we have `build.skip` which skips all build steps but it'd be nice to be able to skip specific steps: ``` "build": { "skipdocker": false, "skipjib": false, "skippack": false }...
Cloud Run will soon display information from the [Container Analysis API](https://cloud.google.com/container-registry/docs/reference/rest) related to the provenance of the deployed container image. Because the button literally deploys from GitHub, it would be...
So the user has deployed their first app, now what? Maybe help them setup GCB for CI/CD.