How to use a custom domain with Cloud Run

pull/910/head
Simon Willison 2020-07-22 11:17:05 -07:00 zatwierdzone przez GitHub
rodzic 213e6a8926
commit 028f193dd6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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 <https://cloud.google.com/run/docs/mapping-custom-domains>`__ in the Cloud Run documentation for details.
.. literalinclude:: datasette-publish-cloudrun-help.txt
.. _publish_fly: