Build and trace

This commit is contained in:
Luke Murphy 2020-05-01 10:45:14 +02:00
parent a85b656af8
commit 076a6954f4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,6 @@ version: "3.7"
services:
jekyll:
command: |
jekyll serve --watch --force_polling --verbose --config _config_dev.yml
jekyll serve --watch --force_polling --verbose --config _config_dev.yml --trace
volumes:
- .:/srv/jekyll

View File

@ -4,7 +4,8 @@ version: "3.7"
services:
jekyll:
command: |
jekyll serve --verbose --config /srv/jekyll/_config_prod.yml
jekyll build --config /srv/jekyll/_config_prod.yml &&
jekyll serve --verbose --config /srv/jekyll/_config_prod.yml --trace
configs:
- source: config-yml-prod-v1
target: /srv/jekyll/_config_prod.yml