Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luohuidong/notes


https://github.com/luohuidong/notes

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Code Notes

## 备忘

部署使用 GitHub WebHook + Jenkins + docker 的方式,步骤:

1. 提交代码,GitHub WebHook 触发 Jenkins 任务
2. npm install
3. docker-compose down
4. docker-compose up -d --build