From d6c3693652336a18a5759c9709833ac21bc86add Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 8 Oct 2022 01:51:01 +0200 Subject: [PATCH] Fix the *massive* fuckup that made dennogumi.org not indexed on Google --- .woodpecker/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 7f9b99e..6daa510 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -5,6 +5,8 @@ workspace: pipeline: build: image: einar/hugo + environment: + - HUGO_ENV=production environment: - NGINX_UID=476 - NGINX_GID=476