Difference between revisions of "Product Opener/Deployment"
Jump to navigation
Jump to search
(Created page with "== Deployment automation == Chef, Puppet, Fabric, Ansible, Salt, or Foreman (I like Fabric or Ansible, Fabric being simpler) - Vince == Test and deploy == Travis, Circle or ...") |
|||
Line 1: | Line 1: | ||
== Deployment automation == | == Deployment automation == | ||
Chef, Puppet, Fabric, Ansible, Salt, or Foreman (I like Fabric or Ansible, Fabric being simpler) - Vince | Chef, Puppet, Fabric, Ansible, Salt, or Foreman (I like Fabric or Ansible, Fabric being simpler) - Vince | ||
+ | |||
+ | * initial install of all the dependencies | ||
+ | * config of those | ||
+ | * git clone/pull of the bitbucket repo | ||
== Test and deploy == | == Test and deploy == | ||
Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince | Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince |
Revision as of 13:27, 24 August 2016
Deployment automation
Chef, Puppet, Fabric, Ansible, Salt, or Foreman (I like Fabric or Ansible, Fabric being simpler) - Vince
- initial install of all the dependencies
- config of those
- git clone/pull of the bitbucket repo
Test and deploy
Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince