diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index d7c5b3fe..8c8785cd 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -191,3 +191,8 @@ datasette-sentry ---------------- `datasette-sentry `__ lets you configure Datasette to send any error reports to `Sentry `__. + +datasette-publish-fly +--------------------- + +`datasette-publish-fly `__ lets you publish Datasette instances using the `Fly `__ hosting platform. See also :ref:`publish_fly`. \ No newline at end of file diff --git a/docs/publish.rst b/docs/publish.rst index cb51c75e..5486130f 100644 --- a/docs/publish.rst +++ b/docs/publish.rst @@ -56,6 +56,20 @@ You may need to interact with prompts from the tool. Once it has finished it wil .. literalinclude:: datasette-publish-cloudrun-help.txt +.. _publish_fly: + +Publishing to Fly +----------------- + +`Fly `__ is a `competitively priced `__ Docker-compatible hosting platform that makes it easy to run applications in globally distributed data centers close to your end users. You can deploy Datasette instances to Fly using the `datasette-publish-fly `__ plugin, installed separately. + +:: + + pip install datasette-publish-fly + datasette publish fly mydatabase.db + +Consult the `datasette-publish-fly README `__ for more details. + Publishing to Zeit Now v1 -------------------------