mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette publish heroku now supports --extra-options, closes #334
This commit is contained in:
parent
6df6f712b3
commit
17863d108b
1 changed files with 2 additions and 0 deletions
|
|
@ -433,6 +433,8 @@ def temporary_heroku_directory(
|
|||
|
||||
if metadata:
|
||||
extras.extend(['--metadata', 'metadata.json'])
|
||||
if extra_options:
|
||||
extras.extend(extra_options.split())
|
||||
for mount_point, path in static:
|
||||
link_or_copy_directory(
|
||||
os.path.join(saved_cwd, path),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue