mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
3c861f363d
commit
34d77d780f
3 changed files with 5 additions and 5 deletions
|
|
@ -37,7 +37,7 @@ You can specify a custom app name by passing ``-n my-app-name`` to the publish c
|
|||
Publishing to Google Cloud Run
|
||||
------------------------------
|
||||
|
||||
`Google Cloud Run <https://cloud.google.com/run/>`__ launched as a beta in in April 2019. It allows you to publish data in a scale-to-zero environment, so your application will start running when the first request is received and will shut down again when traffic ceases. This means you only pay for time spent serving traffic.
|
||||
`Google Cloud Run <https://cloud.google.com/run/>`__ launched as a GA in in November 2019. It allows you to publish data in a scale-to-zero environment, so your application will start running when the first request is received and will shut down again when traffic ceases. This means you only pay for time spent serving traffic.
|
||||
|
||||
You will first need to install and configure the Google Cloud CLI tools by following `these instructions <https://cloud.google.com/sdk/>`__.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue