From 94bfc6f413325fdbff7d63d481b741bdf572eb53 Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Tue, 19 Feb 2019 09:30:38 +0000 Subject: [PATCH] Set HUGO_ENV for production --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 443a5d2..1364e3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ sandbox: prod: script: - - hugo --baseURL https://2019.devfesttoulouse.fr/ + - HUGO_ENV=production; hugo --baseURL https://2019.devfesttoulouse.fr/ - node themes/devfest-theme-hugo/minify.js - firebase use prod - firebase deploy --token "$FIREBASE_PROD_TOKEN"