cleanup
This commit is contained in:
parent
9e4a5bf2c8
commit
82f62d0cb5
@ -6,8 +6,6 @@ services:
|
||||
jekyll-serve:
|
||||
container_name: jekyll-serve
|
||||
image: jekyll/jekyll
|
||||
# here's why we need --host 0.0.0.0
|
||||
# https://superuser.com/questions/949428/whats-the-difference-between-127-0-0-1-and-0-0-0-0
|
||||
command: bash -c "bundle update && bundle exec jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload"
|
||||
environment:
|
||||
JEKYLL_ENV: local
|
||||
@ -29,8 +27,8 @@ services:
|
||||
require \"rubygems\"; \
|
||||
spec = Gem::Specification::load(\"jekyll-theme-isabelline.gemspec\"); \
|
||||
puts \"#{spec.version}\"'` \
|
||||
&& gem push jekyll-theme-isabelline-$${GEM_VER}.gem \
|
||||
&& rm jekyll-theme-isabelline--*.gem
|
||||
&& xgem push jekyll-theme-isabelline-$${GEM_VER}.gem \
|
||||
&& xrm jekyll-theme-isabelline-*.gem
|
||||
"
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
Loading…
Reference in New Issue
Block a user