Method: VMC::App::Push#setup_new_app
- Defined in:
- lib/vmc/cli/app/push.rb
#setup_new_app(path) ⇒ Object
63 64 65 66 67 68 69 70 71 |
# File 'lib/vmc/cli/app/push.rb', line 63 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 |