rsync
Poll: What do you use for deploying code?
31–40 of 65 posts
Re: Poll: What do you use for deploying code?
#322. Apache ANT for the build script
3. Then back out to a production/tarball git repo
4. Every load balanced server image has a cron job to poll the production git for changes
This way all I( or my team members) have to do is push to git.
Everything else is automated. All servers load balancing will keep themselves up to date.
Re: Poll: What do you use for deploying code?
#33Chef - because it's so easy to write cookbooks
Caterer - because the push model is clean, and it has a similar workflow to Vagrant.
Re: Poll: What do you use for deploying code?
#34Unfortunately at work we're still on svn...
Re: Poll: What do you use for deploying code?
#35Two projects I have been following that I like are Salt and Ansible. http://saltstack.com/community.html http://www.ansibleworks.com/
Re: Poll: What do you use for deploying code?
#36SCP, and human monitoring.
Re: Poll: What do you use for deploying code?
#37Fabric is pretty great - but every time I read about chef I wish I had the time and energy to sit down and learn ruby so I could use it.
also - can anyone comment on what is the closet thing to chef written in the best language every, python :)
Re: Poll: What do you use for deploying code?
#38Re: Poll: What do you use for deploying code?
#39Github is pretty key for getting my code in front of the largest amount of users - and their private repo's keep the code that makes it to the app store versioned and accessed between all of my different workstations. Not coming from a CS background, I love their product - so naturally I've moved my own coding habits to using git for personal projects. Unfortunately at work we're still on svn...
Re: Poll: What do you use for deploying code?
#40Github is pretty key for getting my code in front of the largest amount of users - and their private repo's keep the code that makes it to the app store versioned and accessed between all of my different workstations. Not coming from a CS background, I love their product - so naturally I've moved my own coding habits to using git for personal projects. Unfortunately at work we're still on svn...
Do you mean source control or deployment? Wondering how you use GitHub and SVN for deployment.
If it helps, I'm an iOS developer, so git isn't realy an option for deployment.
Edit: I guess if I put a different perspective on it, I deploy my open source tools through GitHub and a good commit system. GitHub is pivotal for getting those tools in front of the largest amount of programmers as possible.