mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Help summaries for publish cloudrun/heroku
This commit is contained in:
parent
8cf4b77a92
commit
515f8d38eb
3 changed files with 8 additions and 2 deletions
|
|
@ -74,6 +74,7 @@ def publish_subcommand(publish):
|
|||
cpu,
|
||||
apt_get_extras,
|
||||
):
|
||||
"Publish databases to Datasette running on Cloud Run"
|
||||
fail_if_publish_binary_not_installed(
|
||||
"gcloud", "Google Cloud", "https://cloud.google.com/sdk/"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ def publish_subcommand(publish):
|
|||
name,
|
||||
tar,
|
||||
):
|
||||
"Publish databases to Datasette running on Heroku"
|
||||
fail_if_publish_binary_not_installed(
|
||||
"heroku", "Heroku", "https://cli.heroku.com"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue