make changes locally, merge into remote environments branch, run fabric command that pushes change up to git hosting server, ssh's into remote server based on current branch then pulls changes from repo hosting servers & runs a few other bits remotely (migrations etc) depending on what has changed
I use codebasehq.com btw, been ace but i dont see a great need to use their deployment service.
Comments
vim + git + git repo hosting service + fabric
make changes locally, merge into remote environments branch, run fabric command that pushes change up to git hosting server, ssh's into remote server based on current branch then pulls changes from repo hosting servers & runs a few other bits remotely (migrations etc) depending on what has changed
I use codebasehq.com btw, been ace but i dont see a great need to use their deployment service.