JEKYLL_ENV comes in from the container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cb9d863f66
commit
7eeb732aca
@ -6,11 +6,9 @@ set -eu -o pipefail
|
|||||||
run_jekyll() {
|
run_jekyll() {
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
export JEKYLL_ENV="$JEKYLL_ENV"
|
|
||||||
|
|
||||||
bundle exec jekyll serve \
|
bundle exec jekyll serve \
|
||||||
--config "$JEKYLL_CONFIG" \
|
--config "$JEKYLL_CONFIG" \
|
||||||
# --host "$JEKYLL_HOST" \
|
--host "$JEKYLL_HOST" \
|
||||||
--port "$JEKYLL_PORT" \
|
--port "$JEKYLL_PORT" \
|
||||||
--trace \
|
--trace \
|
||||||
--verbose
|
--verbose
|
||||||
|
Reference in New Issue
Block a user