Try to set URL for the site
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6748e69a51
commit
3da45feb42
@ -50,3 +50,4 @@
|
|||||||
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
||||||
JEKYLL_HOST: "0.0.0.0"
|
JEKYLL_HOST: "0.0.0.0"
|
||||||
JEKYLL_PORT: "{{ http_port }}"
|
JEKYLL_PORT: "{{ http_port }}"
|
||||||
|
JEKYLL_BASEURL: "//{{ domain }}"
|
||||||
|
@ -7,8 +7,9 @@ run_jekyll() {
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
bundle exec jekyll serve \
|
bundle exec jekyll serve \
|
||||||
--port "$JEKYLL_PORT" \
|
--baseurl "$JEKYLL_BASEURL" \
|
||||||
--host "$JEKYLL_HOST" \
|
--host "$JEKYLL_HOST" \
|
||||||
|
--port "$JEKYLL_PORT" \
|
||||||
--trace
|
--trace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user