Module: MoodeAutoDeployKit::RemoteDomain
- Includes:
- Remote
- Defined in:
- lib/moode_auto_deploy_kit/remote_domain.rb
Instance Method Summary collapse
Methods included from Remote
#base_options, #remote_server, #repository_name
Instance Method Details
#create_domain ⇒ Object
7 8 9 10 |
# File 'lib/moode_auto_deploy_kit/remote_domain.rb', line 7 def create_domain response = HTTParty.post(create_domain_url, ) puts response.body, response.code, response. end |