mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--generate-dir option to publish heroku, refs #1905
This commit is contained in:
parent
5be728c2dd
commit
72ac9bf82f
4 changed files with 70 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ This will output some details about the new deployment, including a URL like thi
|
|||
|
||||
You can specify a custom app name by passing ``-n my-app-name`` to the publish command. This will also allow you to overwrite an existing app.
|
||||
|
||||
Rather than deploying directly you can use the ``--generate-dir`` option to output the files that would be deployed to a directory::
|
||||
|
||||
datasette publish heroku mydatabase.db --generate-dir=/tmp/deploy-this-to-heroku
|
||||
|
||||
See :ref:`cli_help_publish_heroku___help` for the full list of options for this command.
|
||||
|
||||
.. _publish_vercel:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue