Robert-W / grunt-ftp-push

Deploy files to an FTP server as part of your Grunt workflow.
MIT License
39 stars 14 forks source link

cache for multiple connections #58

Open cdmz opened 6 years ago

cdmz commented 6 years ago

After publishing in DEVI can no longer send for production. The DEV cache interferes with other environments.

Ex: ftp_push: { dev: { options: {}, files: [{}] }, prod: { options: {}, files: [{}] }, homolog: { options: {}, files: [{}] } }