Node.js deployments at Fairfax with Code Deploy, Codeship and 12factor

This week I presented at the Node.js Wellington meetup around the tooling we have setup at Fairfax for running micro services for Node.js apps.

Essentially we have a workflow that uses Codeship for CI/CD and AWS Code Deploy for deployment. Our apps follow the principals of the Twelve-Factor App making each service simple and consistent to deploy.

This talk covers the reasons for this particular approach, the technologies used and offers a look at our stack including infrastructure and the deployment pipeline.

Whilst this talk is Node.js specific, we use the same technology for both Node.js and Java microservices and will shortly be standardising our Ruby applications on this approach as well.

This entry was posted in Uncategorized and tagged , , , , , , , , , , . Bookmark the permalink.

1 Response to Node.js deployments at Fairfax with Code Deploy, Codeship and 12factor

  1. Jethro Carr says:

    As a side note, this model has allowed the team to subsequently do a migration to containerisation and ECS with minimal hassle, thanks to the enforcement of the 12 factor style configuration approach.

Leave a Reply