|
|
|
|
|
by marcofucci
5241 days ago
|
|
I use fabric as well with your same approach but I sometimes find easier to have git installed on the server and just pull from the main repository.
I also use fabric for nginx and Apache config files so that I keep track of the changes and replace the files on the server if needed.
And finally, I use fabric again to install needed virtualenv requirements. |
|