Deploying New Release - Appsembler

Deploying New Release

  1. git flow release start x.y.z
  2. update VERSION and CHANGELOG in the project root
  3. git flow release finish x.y.z
  4. push both master and develop to github
  5. ansible-playbook -v -i hosts/production/inventory launcher.yml (virtualenv has to be activated)