mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black
This commit is contained in:
parent
4c2f4dbd60
commit
c92349e7ee
1 changed files with 3 additions and 1 deletions
|
|
@ -122,7 +122,9 @@ def publish_subcommand(publish):
|
|||
app_name = json.loads(create_output)["name"]
|
||||
|
||||
for key, value in environment_variables.items():
|
||||
call(["heroku", "config:set", "-a", app_name, "{}={}".format(key, value)])
|
||||
call(
|
||||
["heroku", "config:set", "-a", app_name, "{}={}".format(key, value)]
|
||||
)
|
||||
|
||||
call(["heroku", "builds:create", "-a", app_name, "--include-vcs-ignore"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue