Optionally, If you are on AWS, You can look at AWS CodeDeploy. I used it with couple of DW projects.
Code deploy will provide almost all the steps you mentioned as Deployments lifecycle callbacks ... and you can run anything from shell script/python/ruby to do what you want to do. On Friday, July 22, 2016 at 4:57:40 AM UTC+5:30, gitted wrote: > > Hello! > > Is there any deployment type project that uses e.g. Ansible that deploys a > dropwizard project to production by: > > 1. creating a new folder > 2. waits till the files have been uploaded > 3. stops the current deployed version > 4. starts the new deployed version > > Does this exist at the moment? > > 5. Ability to rollback would be a bonus :) > > > Thanks! > -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
