ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Prevent to deploy an already existing release #269

Closed ivan-at-wiris closed 6 years ago

ivan-at-wiris commented 6 years ago

Prevent going on if release already exists This could happen if you don't use a long date in ansistrano_release_version

ricardclau commented 6 years ago

Tests seem to be failing

ricardclau commented 6 years ago

Been thinking about this and it is a bit pointless

Yeah it might happen but preventing this would be your responsability. We use a long date by default so if you don't want to use this setup that's fine but again this only add some extra code for very little benefit