Use the production env

This commit is contained in:
Luke Murphy
2020-04-06 13:57:50 +02:00
parent 469906c790
commit 3aac13abd7
3 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ set -eu -o pipefail
run_jekyll() {
set -eu
export JEKYLL_ENV="$JEKYLL_ENV"
bundle exec jekyll serve \
--config "$JEKYLL_CONFIG" \
--host "$JEKYLL_HOST" \