Git batch deploy

I should have done this ages ago. 1-click blast is awesome.

deploy.bat
cd c:\web\site\dev
call git push dev master
call git push stage master
call git push appsrv01 master
call git push appsrv02 master
call git push tasksrv01 master
pause

No Comment

No comments yet

Leave a reply