pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Deploy using "branch: branch-name" misses tracked/modified files #56

Open nolfranklin opened 9 years ago

nolfranklin commented 9 years ago

Deploying from the branch "deploy" but setting a different branch in the .ini to ex: "20150316-update" doesn't deploy all tracked files. But when the .ini and .git-deploy script are dropped in the "20150316-update" branch, everything is deployed properly. Does the "deploy" branch need to be merged or updated to catch all tracked/modified files?

Thanks for your help! Git Deploy kicks some serious ass!

pocketarc commented 9 years ago

I don't know, I'll have to check this out. I don't think I was the one who added the 'branch' option so I'll have to test it on my own computer as soon as I get the time. Hopefully this weekend.