Re: Publishing only changed files from git repo

2014-07-10 Thread Mark Waite
If rsync is available on the build machine and on the destination web server, and if you have ssh access to the destination web server, then you could add a last build step to use the rsync command to copy changed files from the build machine to the destination web server. This blog posting may he

Publishing only changed files from git repo

2014-07-10 Thread David Fox
My current "build" (all static html/css/js) is working as expected, but it's publishing *every file* over FTP *every time* a build triggers. I'm using a git repo (BitBucket) to hook the build notification, but how can I implement an incremental build i.e. only publish files that have changed si