From f37d78088af2d49c8f8f55a5c130c87ae35c7ecc Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Mon, 18 Feb 2019 20:26:25 +0000 Subject: [PATCH] FIX to use the production site when building `master` --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 606fa2f..443a5d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ sandbox: prod: script: - - hugo + - hugo --baseURL https://2019.devfesttoulouse.fr/ - node themes/devfest-theme-hugo/minify.js - firebase use prod - firebase deploy --token "$FIREBASE_PROD_TOKEN"