mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Allow app names for datasette publish heroku
Lets you supply the `-n` parameter for Heroku deploys, which also lets you update existing Heroku deployments.
This commit is contained in:
parent
31a5d8fa77
commit
58fec99ab0
2 changed files with 25 additions and 6 deletions
|
|
@ -49,7 +49,7 @@ This will output some details about the new deployment, including a URL like thi
|
|||
|
||||
https://limitless-reef-88278.herokuapp.com/ deployed to Heroku
|
||||
|
||||
You can then set a custom subdomain by navigating to your new app's equivalent of ``https://dashboard.heroku.com/apps/limitless-reef-88278/settings`` and editing the name of your deployment, e.g. to http://datasette-publish-demo.herokuapp.com/
|
||||
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.
|
||||
|
||||
Custom metadata and plugins
|
||||
---------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue