--include-vcs-ignore

Seeing if I can get this branch to be able to run
datasette heroku deploy on Travis CI running Ubuntu Trusty
include-vcs-ignore
Simon Willison 2019-02-02 21:07:27 -08:00
rodzic 436b8bc1d1
commit cc4a21e0da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"])