From 23bb1d60c9b1dd6c4de1948698eebeb8f576dfea Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Tue, 27 Nov 2018 13:35:52 +0100 Subject: [PATCH] chore(deploy): Disable Netlify deploy-previews --- netlify.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"