diff --git a/lib/capistrano/recipes/templates/maintenance.rhtml b/lib/capistrano/recipes/templates/maintenance.rhtml new file mode 100644 index 00000000..924f4c0b --- /dev/null +++ b/lib/capistrano/recipes/templates/maintenance.rhtml @@ -0,0 +1,53 @@ + + + + + + + + System down for maintenance + + + + + + +
+
+
+

+ The system is down for <%= reason ? reason : "maintenance" %> + as of <%= Time.now.strftime("%H:%M %Z") %>. +

+

+ It'll be back <%= deadline ? deadline : "shortly" %>. +

+
+
+
+ + +