文件名称:github-auto-deployer:使用Webhooks自动进行GitHub部署
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-21 05:03:57
JavaScript
github自动部署
使用Webhooks将GitHub的部署自动化到您的服务器
入门
首次登录到您的服务器(要部署到的服务器)
git clone https://github.com/yezyilomo/github-auto-deployer
cd github-auto-deloyer
bash install.sh
运行install.sh脚本应在主目录上创建.github-auto-deployer目录,现在转到该目录并完成一些设置,如下所述。
从要部署的存储库中添加Webhook Secret,并将其放在.github-auto-deployer/app.conf文件的
【文件预览】:
github-auto-deployer-master
----.gitignore(3KB)
----install.sh(921B)
----package.json(395B)
----app.conf(54B)
----deployment.yml(822B)
----LICENSE(1KB)
----start.sh(546B)
----index.js(4KB)
----README.md(3KB)
----update.sh(940B)
----index.html(2KB)
----uninstall.sh(303B)
----yarn.lock(56KB)