Use different configs for different envs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-06 13:45:40 +02:00
parent 3da45feb42
commit 06b82858f9
6 changed files with 32 additions and 2 deletions

View File

@ -7,7 +7,7 @@ run_jekyll() {
set -eu
bundle exec jekyll serve \
--baseurl "$JEKYLL_BASEURL" \
--config "$JEKYLL_CONFIG" \
--host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace