]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/switch2osm/recipes/default.rb
switch2osm: use override config to fix site name
[chef.git] / cookbooks / switch2osm / recipes / default.rb
index 366b288d3b21dce97409d672afc09f79a38e15c7..8ddaf5101c7f1cac0a45bcd1956b4da4fcf730b1 100644 (file)
@@ -62,7 +62,7 @@ end
 
 execute "/srv/switch2osm.org" do
   action :nothing
-  command "bundle exec jekyll build --trace --baseurl=https://switch2osm.org"
+  command "bundle exec jekyll build --trace --config _config.yml,_config_osm.yml"
   cwd "/srv/switch2osm.org"
   user "nobody"
   group "nogroup"