Use the production env
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user