mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

Deploy to CloudHub #49

Closed willis7 closed 9 years ago

willis7 commented 9 years ago

Does the plugin expect the domain to already exist, or will it create the domain if one does not exist? If the latter is true, how do I then specify environment? Is there some convention?

Note* I have tried a deploy when no domain exists, but I got an error. I assumed this was correct behaviour.

juancavallotti commented 9 years ago

@willis7 The domain in cloudhub should already exist.

willis7 commented 9 years ago

Thanks for the prompt reply.

Is it on your roadmap to have the plugin also create the domain when an environment is supplied?

juancavallotti commented 9 years ago

@willis7 Not really since the creation of the environments normally respond to a different process, it requires more information and it normally would be a one-time operation.

willis7 commented 9 years ago

Ok, thank you.