Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 capistrano 进行部署,是否可以在部署开始时或之前向用户发送消息,以便他们知道站点会在几分钟内缓慢且无响应?
您可以使用 Capistrano 挂钩来执行 Rails 运行程序,它可以挂钩到您的应用程序并全局显示一条消息。
您需要将全局消息逻辑编码到您的应用程序中,然后rails runner在 Capistrano 中的适当挂钩点通过命令访问它。
rails runner