mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--include-vcs-ignore
Seeing if I can get this branch to be able to run datasette heroku deploy on Travis CI running Ubuntu Trusty
This commit is contained in:
parent
436b8bc1d1
commit
cc4a21e0da
1 changed files with 1 additions and 1 deletions
|
|
@ -96,4 +96,4 @@ def publish_subcommand(publish):
|
|||
create_output = check_output(cmd).decode("utf8")
|
||||
app_name = json.loads(create_output)["name"]
|
||||
|
||||
call(["heroku", "builds:create", "-a", app_name])
|
||||
call(["heroku", "builds:create", "-a", app_name, "--include-vcs-ignore"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue