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

@ -50,4 +50,4 @@
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
JEKYLL_HOST: "0.0.0.0"
JEKYLL_PORT: "{{ http_port }}"
JEKYLL_BASEURL: "//{{ domain }}"
JEKYLL_CONFIG: "{{ jekyll_config }}"

View File

@ -4,3 +4,4 @@ autonomic_admin_mail: "helo@autonomic.zone"
dokku_domain_ipv4: "94.130.105.60"
domain: "site.autonomic.zone"
http_port: "4000"
jekyll_config: "_config_prod.yml"