-package "ruby"
-package "ruby-dev"
-
-gem_package "jekyll"
-
-git "/srv/operations.osmfoundation.org" do
- action :sync
- repository "git://github.com/gravitystorm/owg-log.git"
- user "root"
- group "root"
- notifies :run, "execute[/srv/operations.osmfoundation.org]"
-end
-
-directory "/srv/operations.osmfoundation.org/_site" do
- mode 0o755
- owner "nobody"
- group "nogroup"
-end
-
-execute "/srv/operations.osmfoundation.org" do
- action :nothing
- command "jekyll build --trace"
- cwd "/srv/operations.osmfoundation.org"
- user "nobody"
- group "nogroup"
-end
-
-apache_site "operations.osmfoundation.org" do
- template "apache.owg.erb"
- directory "/srv/operations.osmfoundation.org/_site"
+podman_site "operations.osmfoundation.org" do
+ image "ghcr.io/openstreetmap/owg-website:latest"
+ aliases ["operations.openstreetmap.org", "operations.osm.org"]