]> git.openstreetmap.org Git - chef.git/commitdiff
disable blog-staging recipe during dev
authorGrant Slater <github@firefishy.com>
Tue, 23 Apr 2024 15:10:11 +0000 (16:10 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 23 Apr 2024 15:10:11 +0000 (16:10 +0100)
roles/blog-staging.rb

index bafdf6227390f636093027ae10e5c1b90431c59c..3ad17f229c2d6dec48195bd1ddf6ff5f30e81714 100644 (file)
@@ -13,6 +13,7 @@ default_attributes(
   }
 )
 
-run_list(
-  "recipe[blog::staging]"
-)
+# FIXME: Disable while site under development
+# run_list(
+#   "recipe[blog::staging]"
+# )