0.0.5 • Published 9 years ago

fis-deploy-git v0.0.5

Weekly downloads
1
License
BSD
Repository
-
Last release
9 years ago

fis-deploy-git

说明

将FIS产出进行git部署 仅支持FIS 1.8.5+

使用方法

安装

npm i fis-deploy-git -g

启用

fis.config.set('modules.deploy', ['default', 'git'])

配置

fis.config.set('settings.deploy.git', {
    publish : {
        from : '/',
        to: '/',
        remote: 'https://github.com/hefangshi/git-deploy-test.git',
        branch: 'gh-pages',
        clean: false
    }
});

发布

fis release -Dompd publish
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

10 years ago

0.0.0

10 years ago