Security: Disable HTTP data fetching in Hugo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2022-06-14 15:28:23 +02:00
parent 7efea58aa9
commit 12f10cd08e
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
commands:
- apk add --no-cache git
- git submodule update --init --single-branch --depth=1
- hugo
- env HUGO_SECURITY_HTTP_URLS=none hugo
- name: deploy
image: alpine/git:latest