danithaca / servuno

Servuno
http://servuno.com
0 stars 0 forks source link

DevOps: automated build/deploy process with Fabric and Jenkins #43

Open danithaca opened 8 years ago

danithaca commented 8 years ago

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.