michaljach / ember-cli-deploy-scp

Easily deploy your Ember applications via ssh using scp.
MIT License
1 stars 0 forks source link

Fixes issue when excluding several files/folders. #12

Closed Ferdev closed 7 years ago

Ferdev commented 7 years ago

Calling exclude in a Rsync instance instead of setting the exclude property allows to pass an array of exclude patterns to the rsync command.

michaljach commented 7 years ago

Thanks for help. Merged.