web-deployer:从 webhook git pull && .deploy.sh 的简单方法

时间:2021-07-03 14:01:22
【文件属性】:
文件名称:web-deployer:从 webhook git pull && .deploy.sh 的简单方法
文件大小:4KB
文件格式:ZIP
更新时间:2021-07-03 14:01:22
Python 网络部署者 从 webhook git pull && ./deploy.sh简单方法打开 app.py 看看事情是如何运作的! 安装 这需要 mongodb、python 和 pip,目前已在 ubuntu 上使用 # clone this repo # maybe create a virtualenv pip install -r requirements.txt cp config.py.sample config.py sudo adduser webdeploy sudo visudo# add: %webdeploy ALL=(ALL) NOPASSWD:/usr/bin/service * cp upstart.conf /etc/init/web-deployer.conf sudo service web-deployer start # maybe expose t
【文件预览】:
web-deployer-master
----.gitignore(675B)
----requirements.txt(140B)
----LICENSE(1KB)
----README.md(1KB)
----config.py.sample(335B)
----app.py(2KB)
----upstart.conf(279B)

网友评论