fis-deploy-git

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fis-deploy-git

Weekly Downloads

1

Version

0.0.5

License

BSD

Last publish

Collaborators

  • fis-dev
  • hefangshi