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]
|
[context.production]
|
||||||
publish = "public/"
|
publish = "public"
|
||||||
command = "hexo generate"
|
command = "snyk auth $SNYK_TOKEN && snyk protect && snyk test && hexo generate"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
|
Loading…
Reference in New Issue