|
|
|
|
|
by bendavis381
4740 days ago
|
|
Have a look at Fabric (http://docs.fabfile.org/en/1.6/) I wrote a quick fabfile yesterday that automatically commits/merges my local changes, pushes to a private GitHub repo, then SSHs into my production server, pulls down the latest code and restarts the web server. Gives me feedback along the way too. |
|
Don't use fabric for deployment (even though it's a fantastic tool for many use cases).