1
0
Fork 0

chore(deploy): Disable Netlify deploy-previews

This commit is contained in:
Pixelastic 2018-11-27 13:35:52 +01:00
parent 9a1f15e913
commit 23bb1d60c9

View file

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