79190005

Date: 2024-11-14 18:24:53
Score: 0.5
Natty:
Report link

By adding revision tags you can give a revision a dedicated url:

gcloud run deploy ..... --no-traffic --tag staging

This revision then gets deployed with a url of https://staging--{original-url.run.app} and gets none of the traffic sent to the normal url.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: John F