Ai
0 Star 0 Fork 0

zhangzhibo/docs(prometheus)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tobias Schmidt 提交于 2015-06-03 13:05 +08:00 . Set up continuous deployment
compile:
rm -rf output
bundle exec nanoc
deploy: github_pages_export github_pages_push
github_pages_export: compile
cd output && \
echo prometheus.io > CNAME && \
git init && \
git config user.name "Travis CI" && \
git config user.email "travis@prometheus.io" && \
git add . && \
git commit --message="Static site builder output"
github_pages_push:
cd output && \
git push -f git@github.com:prometheus/prometheus.github.io master
.PHONY: compile deploy github_pages_export github_pages_push
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzhishiu/docs-prometheus.git
git@gitee.com:zhangzhishiu/docs-prometheus.git
zhangzhishiu
docs-prometheus
docs(prometheus)
master

搜索帮助