Merge pull request #2 from qdsang/patch-1 添加同步前清理项目配置
Merge pull request #2 from qdsang/patch-1
添加同步前清理项目配置
将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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
fis-deploy-git
说明
将FIS产出进行git部署 仅支持FIS 1.8.5+
使用方法
安装
启用
配置
发布