]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Set base URL for operations site
[chef.git] / cookbooks / foundation / recipes / owg.rb
index bb707aa5384aa76d6c0e9b2a44043fbab1539990..3f4b6e3b2689b1738b420cd3035d4b2d89c9184c 100644 (file)
@@ -50,7 +50,7 @@ end
 
 execute "/srv/operations.osmfoundation.org" do
   action :nothing
-  command "bundle exec jekyll build --trace"
+  command "bundle exec jekyll build --trace --baseurl=https://operations.osmfoundation.org"
   cwd "/srv/operations.osmfoundation.org"
   user "nobody"
   group "nogroup"