Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luohuidong/next-blog
Blog
https://github.com/luohuidong/next-blog
Last synced: about 2 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/luohuidong/next-blog
- Owner: luohuidong
- Created: 2020-08-21T13:20:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T15:41:43.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:02:52.098Z (almost 2 years ago)
- Language: TypeScript
- Homepage: http://luohuidong.cn
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [博客所使用的 Icons](https://icons8.com/icon/pack/free-icons/cute-clipart)
- 包管理器使用 Yarn 2
- 框架:Next## 备忘
博客使用 Jenkins + docker 部署,Jenkins 运行 docker 前,请检查 Jenkins 用户是否已经添加到 docker 组
步骤:
1. git push
2. GitHub webhook,触发 Jenkins 任务
3. Jenkins 构建和部署应用
1. yarn:更新依赖
2. yarn build:构建应用
3. docker-compose down:停止并删除正在运行的容器
4. docker-compose up -d --build:重新构建镜像并启动容器