build(www): 添加 Drone CI 流水线配置
- 新增 .drone.yml 文件用于定义 CI/CD 流程 - 配置了基于 Docker 的部署步骤 - 设置了工作区和卷映射以支持持久化数据 - 添加了构建准备阶段和 Docker 部署阶段 - 定义了环境变量和代理设置 - 配置了 artifacts 目录的处理逻辑 - 添加了 timezone 映射以确保时间同步 - 设置了 docker.sock 映射以支持 Docker in Docker
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Blog",
|
||||
"version": "1.0.0",
|
||||
"author": "reco_luan",
|
||||
"scripts": {
|
||||
"dev": "vuepress dev . --host \"localhost\"",
|
||||
"build": "vuepress build ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuepress": "1.9.7",
|
||||
"vuepress-theme-reco": "1.6.16"
|
||||
},
|
||||
"description": "my blog",
|
||||
"volta": {
|
||||
"node": "20.19.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user