fadion / Maneuver

Easily deploy Laravel projects via FTP or SFTP, using Git for versioning
MIT License
174 stars 26 forks source link

Merge with the fork by overflowsith #11

Closed crissi closed 9 years ago

crissi commented 9 years ago

to add vendor's or composer's files to deploy when composer.json is changed

fadion commented 9 years ago

Hard coding the deployment of the vendor folder isn't a good solution. Not everyone needs it! I'll think of a better way, probably one that involves a config option for ignored folders that should be delopyed.