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

@ -13,6 +13,8 @@ dockerserver: dockerbuild
@docker run \
-e JEKYLL_PORT=4000 \
-e JEKYLL_HOST=0.0.0.0 \
-e JEKYLL_CONFIG=_config_dev.yml \
-p 4000:4000 \
-d \
autonomic/autonomic.zone:testing
.PHONY: dockerserver