mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 17:16:57 +02:00
'publish now' uses force_https_urls:on - closes #333
This commit is contained in:
parent
f24b49a1a8
commit
b320f58d13
2 changed files with 7 additions and 1 deletions
|
|
@ -191,6 +191,12 @@ def publish(
|
|||
|
||||
if publisher == "now":
|
||||
_fail_if_publish_binary_not_installed("now", "Zeit Now", "https://zeit.co/now")
|
||||
if extra_options:
|
||||
extra_options += " "
|
||||
else:
|
||||
extra_options = ""
|
||||
extra_options += "--config force_https_urls:on"
|
||||
|
||||
with temporary_docker_directory(
|
||||
files,
|
||||
name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue