From 028f193dd6233fa116262ab4b07b13df7dcec9be Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 22 Jul 2020 11:17:05 -0700 Subject: [PATCH] How to use a custom domain with Cloud Run --- docs/publish.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/publish.rst b/docs/publish.rst index ebaf826a..64868078 100644 --- a/docs/publish.rst +++ b/docs/publish.rst @@ -54,6 +54,8 @@ You may need to interact with prompts from the tool. Once it has finished it wil Service [my-service] revision [my-service-00001] has been deployed and is serving traffic at https://my-service-j7hipcg4aq-uc.a.run.app +Cloud Run provides a URL on the ``.run.app`` domain, but you can also point your own domain or subdomain at your Cloud Run service - see `mapping custom domains `__ in the Cloud Run documentation for details. + .. literalinclude:: datasette-publish-cloudrun-help.txt .. _publish_fly: