Disable port binding for now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-06 14:04:08 +02:00
parent dc531455ee
commit cb9d863f66
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ run_jekyll() {
bundle exec jekyll serve \
--config "$JEKYLL_CONFIG" \
--host "$JEKYLL_HOST" \
# --host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace \
--verbose