Re: Best practice to continuously integrate application updates

2014-07-01 Thread Denis Weerasiri
Thanks Andrew. On Wed, Jul 2, 2014 at 1:02 PM, Andrew Wilkins wrote: > On Wed, Jul 2, 2014 at 10:47 AM, Denis Weerasiri > wrote: > >> Hi, >> I mentioned the command as "charm-update". But it should have been >> "upgrade-charm" >> https://juju.ubuntu.com/docs/authors-charm-upgrades.html >> >> >

Re: Best practice to continuously integrate application updates

2014-07-01 Thread Andrew Wilkins
On Wed, Jul 2, 2014 at 10:47 AM, Denis Weerasiri wrote: > Hi, > I mentioned the command as "charm-update". But it should have been > "upgrade-charm" > https://juju.ubuntu.com/docs/authors-charm-upgrades.html > > > On Wed, Jul 2, 2014 at 12:44 PM, Denis Weerasiri > wrote: > >> Hi, >> Support I ha

Re: Best practice to continuously integrate application updates

2014-07-01 Thread Denis Weerasiri
Hi, I mentioned the command as "charm-update". But it should have been "upgrade-charm" https://juju.ubuntu.com/docs/authors-charm-upgrades.html On Wed, Jul 2, 2014 at 12:44 PM, Denis Weerasiri wrote: > Hi, > Support I have written a charm to deploy a web application on top of > tomcat. And now

Best practice to continuously integrate application updates

2014-07-01 Thread Denis Weerasiri
Hi, Support I have written a charm to deploy a web application on top of tomcat. And now I need to redeploy the web application when I update the source repository of the web application. What is the best practice to do this? What I have in mind is to write a new version of charm and use charm-upda