0.0.4 • Published 6 years ago

fis3-deploy-ftp-fifth v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

fis3-deploy-ftp

fis-deploy-ftp-umu 修改而来,

特性

将缓存文件存到本地 针对git不同分支添加缓存

fis.media('upload').match('*', {
    deploy: fis.plugin('ftp', {
        console: true,
        cache : true,           
        remoteDir: '/', // 远程文件目录
        rootDir: '/', // 设置git的位置,当前工程目录的相对路径
        connect : {
            host : '127.0.0.1',
            port : '21',
            user : 'name',
            password : '****'
        }
    })
});
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago