The goal is to make changes available to test/prod as soon as a commit is pushed to Git. Ideally, it should trigger build, unit-test, behat-test, migrate, collectstatic, etc. We need this in order to do CD (continuous deployment) and TDD (test-driven development).
The goal is to make changes available to test/prod as soon as a commit is pushed to Git. Ideally, it should trigger build, unit-test, behat-test, migrate, collectstatic, etc. We need this in order to do CD (continuous deployment) and TDD (test-driven development).
This can be done with Fabric and Jenkins.