JEKYLL_ENV comes in from the container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-06 14:11:17 +02:00
parent cb9d863f66
commit 7eeb732aca
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 3 deletions

View File

@ -6,11 +6,9 @@ set -eu -o pipefail
run_jekyll() {
set -eu
export JEKYLL_ENV="$JEKYLL_ENV"
bundle exec jekyll serve \
--config "$JEKYLL_CONFIG" \
# --host "$JEKYLL_HOST" \
--host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace \
--verbose