文件名称:git-branch-deploy:Node.js工具,用于使用Git提交将构建工件部署到GitHub分支
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-17 11:37:42
git deployment travis-ci deploy deploy-tool
Git分支部署 一个使用Git提交将构建工件部署到GitHub分支的Node.js工具。 安装 $ npm i @julmot/git-branch-deploy 部署方式 const deploy = require ( '@julmot/git-branch-deploy' ) ; deploy ( { branch : 'website' , // Name of the target branch sourceDir : ` ${ __dirname } /library/` , // Folder where the build artifacts are located deployDir : ` ${ __dirname } /deploy/` , // Build folder where the GitHub repository can be cloned
【文件预览】:
git-branch-deploy-master
----package.json(582B)
----deploy.js(2KB)
----LICENSE(1KB)
----.gitignore(90B)
----README.md(2KB)