Comment on Heroku clone for Django?parentComments−StavrosK16yMy fabric setup is basically:* push to <server>* update the files* compile sass to css* minify javascript* process the dependencies file (using pip) for updates (it does nothing if I haven't added new dependencies)* restart/flush/whatever I specifyIt works beautifully, I can deploy changes in a few seconds.EDIT: Okay how do I make lists :(
Comments
My fabric setup is basically:
* push to <server>
* update the files
* compile sass to css
* minify javascript
* process the dependencies file (using pip) for updates (it does nothing if I haven't added new dependencies)
* restart/flush/whatever I specify
It works beautifully, I can deploy changes in a few seconds.
EDIT: Okay how do I make lists :(