Release Management and Automating Deployment

From CitconWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Customers are not CI servers - they need to be ready for an update
  • Regular deployments to any of the environments (including production), even if there are no updates, work like CI servers for developers - problems with deployment are exposed early. Failed deployment does not hurt, if there is a good roll-back procedure
  • Automatic application deployment with Maven and Luntbuild