Django deployment with fabric -
i trying build django-based web console deploying sites fabric, in there dropdowns different hosts(prod/stage) , different branches git , able select , submit execute fabric command accordingly.
the problem want have html textarea in console able show output of fabric commands.
e.g. [myhostname] run: git pull origin master (in textarea ajax request)
please help!
thanks!
adding answer:
this can done by: local('git pull capture=true')
Comments
Post a Comment