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: services:
jekyll: jekyll:
command: | command: |
jekyll serve --watch --force_polling --verbose --config _config_dev.yml jekyll serve --watch --force_polling --verbose --config _config_dev.yml --trace
volumes: volumes:
- .:/srv/jekyll - .:/srv/jekyll

View File

@ -4,7 +4,8 @@ version: "3.7"
services: services:
jekyll: jekyll:
command: | 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: configs:
- source: config-yml-prod-v1 - source: config-yml-prod-v1
target: /srv/jekyll/_config_prod.yml target: /srv/jekyll/_config_prod.yml