deploy-cloudrun
deploy-cloudrun copied to clipboard
A GitHub Action for deploying services to Google Cloud Run.
### TL;DR It will be really helpful to use an automatic github action to deploy new revisions to multi region cloud run service. Event tough the the tests show that...
### TL;DR Nowadays you can setup [multi-container deployments in Cloud Run](https://cloud.google.com/blog/products/serverless/cloud-run-now-supports-multi-container-deployments). This feature request is to add a new param (`container`?) to allow updating the image of any container in...
### TL;DR When I deploy a service, I want to know which revision was deployed so that I can run downstream checks about it (e.g. is it ready?) ### Detailed...
### TL;DR When using multiple secrets in the secrets input for google-github-actions/deploy-cloudrun, additional `^,^` characters appear unexpectedly, preventing successful deployment. ### Expected behavior I expected the gcloud run deploy command...