mirror of https://gitlab.com/curben/blog
Move snyk commands to production
This commit is contained in:
parent
2fa83af556
commit
2f76100d24
|
@ -1,9 +1,6 @@
|
|||
[build]
|
||||
command = "snyk auth $SNYK_TOKEN && snyk protect && snyk test"
|
||||
|
||||
[context.production]
|
||||
publish = "public/"
|
||||
command = "hexo generate"
|
||||
publish = "public"
|
||||
command = "snyk auth $SNYK_TOKEN && snyk protect && snyk test && hexo generate"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
|
Loading…
Reference in New Issue