Class: Luban::Deployment::Applications::Rack::Publisher
- Inherits:
-
Luban::Deployment::Application::Publisher
- Object
- Luban::Deployment::Application::Publisher
- Luban::Deployment::Applications::Rack::Publisher
- Defined in:
- lib/luban/deployment/applications/rack/publisher.rb
Instance Method Summary collapse
Methods included from WebServer
#current_web_server, #default_web_server_options, #publish_web_server, #web_servers_available, #web_servers_unused
Methods included from Paths
#control_file_dir, #control_file_extname, #control_file_name, #log_file_name, #pid_file_name, #public_files_path, #socket_file_name, #socket_file_path, #sockets_path
Instance Method Details
#after_publish ⇒ Object
9 10 11 12 |
# File 'lib/luban/deployment/applications/rack/publisher.rb', line 9 def after_publish super publish_web_server end |