From 7a029d1edac861071112e4d1cc50ea6cd450595a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 8 Oct 2020 16:36:22 -0700 Subject: [PATCH] Link to hosting providers, refs #997 --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 92d26bf8..75bf2612 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -88,7 +88,7 @@ Ubuntu offer `a tutorial on installing nginx `__ for deploying Python web applications. +Some hosting providers such as `Heroku `__, `DigitalOcean App Platform `__ and `Scalingo `__ support the `Buildpacks standard `__ for deploying Python web applications. Deploying Datasette on these platforms requires two files: ``requirements.txt`` and ``Procfile``.