79681878

Date: 2025-06-27 11:37:04
Score: 0.5
Natty:
Report link

If you use a bash script to deploy, use the following:

gcloud run services update-traffic ${CLOUD_RUN_SERVICE_NAME} --to-latest

If you prefer using UI, you can go to "Revisions tab", then "Manage Traffic" in the dropdown, then set "Latest healthy revision" to 100 for Traffic. It will be always the latest when you deploy a new version.

enter image description hereenter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Sayyor Y