diff --git a/netlify.toml b/netlify.toml index ee72b8d6..0eeac480 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,6 +10,8 @@ command = "./docs/scripts/netlify-master" # Deploy previews on each PR -[context.deploy-preview] - command = "./docs/scripts/netlify-deploy-preview" - publish = "docs/dist" +# Disabled for security reasons. Should be enabled back when main deploy is +# moved to Travis +# [context.deploy-preview] +# command = "./docs/scripts/netlify-deploy-preview" +# publish = "docs/dist"