cbrunnkvist / ansistrano-symfony-deploy

Common post-deploy tasks for Symfony projects, using ansistrano (a Capistrano-style Ansible role)
MIT License
68 stars 26 forks source link

Migrations should be executed on one host only #34

Open piotrkochan opened 3 years ago

piotrkochan commented 3 years ago

run_once: true should be added to the doctrine migration execution

piotrkochan commented 3 years ago

https://github.com/cbrunnkvist/ansistrano-symfony-deploy/pull/35