akvo / akvo-flow

A data collection and monitoring tool that works anywhere.
http://akvo.org/products/akvoflow/
GNU Affero General Public License v3.0
65 stars 31 forks source link

Introduce blue-green deployments for Akvo Flow #3480

Closed muloem closed 4 years ago

muloem commented 4 years ago

Context

At the moment we deploy a single version of the application and whenever there is a new one to release, we overwrite the previous version.

Problem or idea

We would like to be able to deploy a new version side by side with the old version and test the new versions on production databases before making them visible / accessible by the users.

Solution or next step

janagombitova commented 4 years ago

first release done today using blue/green.