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

Question: Is clean_directories[] recursive? #58

Closed bobrocke closed 9 years ago

bobrocke commented 9 years ago

That is, will it delete all folders, files and subfolders with the target folder?

pocketarc commented 9 years ago

I believe so, yes (I didn't implement it). If it's not, let me know and I'll sort it out for you.

pocketarc commented 9 years ago

Actually, just checked the code - yes, it is.