chore(deploy): Disable Netlify deploy-previews
This commit is contained in:
parent
9a1f15e913
commit
23bb1d60c9
1 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue