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