Security: Disable HTTP data fetching in Hugo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7efea58aa9
commit
12f10cd08e
|
@ -8,7 +8,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- git submodule update --init --single-branch --depth=1
|
- git submodule update --init --single-branch --depth=1
|
||||||
- hugo
|
- env HUGO_SECURITY_HTTP_URLS=none hugo
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
|
|
Loading…
Reference in a new issue