-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Hi!
Is there a way to deploy only specific subdirectory of git repository, not git root? For example, a complete project to be deployed resides in a directory inside git repository (outside of this dir there are some service files: README, LICENSE, composer.json, .editorconfig, etc.)
For example, in git-ftp there is a --syncroot option to specify local root to be deployed.
Is there some sort of similar option for git-deploy-php?
Thank you!