easy-deploy-bundle
easy-deploy-bundle copied to clipboard
It would be cool if EasyDeploy pulled from git in a way which respected export-ignore in .gitattributes
Using the export-ignore directive in .gitattributes is useful way to keep unnecessary files out of release archives and deployments.
https://madewithlove.be/gitattributes/
I notice that Capistrano pulls deployments from git in a way which respects this directive. It would be cool and useful if the DeafultDeployer in EasyDeploy did this also, or had the option to do so. As far as I can see, the commands to pull from git in the DefaultDeployer are at present hard-coded.