githooks:从git web挂钩运行bash的nodejs脚本

时间:2024-03-09 03:56:00
【文件属性】:

文件名称:githooks:从git web挂钩运行bash的nodejs脚本

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-09 03:56:00

JavaScript

Githooks nodejs脚本以从git web挂钩运行命令 入门 在此根目录下创建一个repos.js ,如下所示: module . exports = { awesome - api : { secret : '1234' , // webhook secret when : 'release.published' , // event name dir : '/var/www/awesome-api' , // working directory // receives the payload from the hook // returns the string to execute run : ( { release : { tag_name } } ) => `git fetch && git check


【文件预览】:
githooks-master
----middleware.js(1KB)
----.gitignore(615B)
----package.json(591B)
----package-lock.json(17KB)
----index.js(641B)
----README.md(1KB)
----.editorconfig(188B)

网友评论