Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luohuidong/notes
https://github.com/luohuidong/notes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luohuidong/notes
- Owner: luohuidong
- Created: 2019-08-04T09:30:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T16:52:39.000Z (about 1 year ago)
- Last Synced: 2023-11-04T17:32:47.383Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://notes.luohuidong.cn
- Size: 4.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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