+ command "bundle install --deployment"
+ cwd "/srv/operations.osmfoundation.org"
+ user "root"
+ group "root"
+ notifies :run, "execute[/srv/operations.osmfoundation.org]"
+end
+
+execute "/srv/operations.osmfoundation.org" do
+ command "bundle exec jekyll build --trace"