Class: Deployment
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- Deployment
- Defined in:
- lib/cap_ext_webistrano/deployment.rb
Class Method Summary collapse
Class Method Details
.configure(config) ⇒ Object
2 3 4 5 6 |
# File 'lib/cap_ext_webistrano/deployment.rb', line 2 def self.configure(config) Deployment.site = "#{config[:webistrano_home]}/projects/:project_id/stages/:stage_id" Deployment.user = config[:user] Deployment.password = config[:password] end |