Updating a staging server (from a CI server) in a Vagrant box with Chef
- by Tomas Brambora
I'm using Vagrant + Chef (chef_client provisioner) to create & provision a staging environment for my server. And I have a Jenkins job set up that is run every time I push to my 'develop' branch.
In the Jenkins job, I would like to update & rebuild the source code of the server in the staging box and restart it.
I have already written the…