FIX to use the production site when building `master`

remotes/1693055039339581669/master
Igor Laborie 5 years ago
parent 70ccee38b3
commit f37d78088a
  1. 2
      .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"

Loading…
Cancel
Save