gulp-ssh
gulp-ssh copied to clipboard
Don't set cwd / base on virtual file to __dirname
The cwd / base properties on the virtual file should be set to __dirname, which resolves to the installed location of the script. If anything, it should be set to process.cwd().