diff --git a/datasette/publish/heroku.py b/datasette/publish/heroku.py index af53a37a..d42f4e83 100644 --- a/datasette/publish/heroku.py +++ b/datasette/publish/heroku.py @@ -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"])