Web Application Deployment

It is amazing how much work it takes to deploy some applications. We have a JEE app takes hours in some cases. If it was built in-house, I(we) would have made it a one-button build and deploy. My favorite is a PHP app that I do front-end development on. As long as there are not any database schema changes, the deployment takes less than five minutes (on a cluster no doubt!)

  • Commit
  • Tag Release
  • Checkout
  • Tar
  • SCP
  • Untar
  • BASH
  • Done!

What a pleasure!