Method: JDC::App::Push#setup_new_app
- Defined in:
- lib/jdc/cli/app/push.rb
#setup_new_app(path) ⇒ Object
61 62 63 64 65 66 67 68 69 |
# File 'lib/jdc/cli/app/push.rb', line 61 def setup_new_app(path) self.path = path app = create_app(get_inputs) map_route(app) create_services(app) bind_services(app) upload_app(app, path) start_app(app) end |