fis-deploy-git
v0.0.5
Published
fis git deploy plugin
Downloads
8
Readme
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