wonder c32c3c74c6
Deploy Resume / deploy (push) Successful in 7s
feat: 央国企简历七牛云实习补充技术锚点并合并数据库条目
- 基础架构平台条目补充数据源自动注册
- 认证网关条目补充 SAML 2.0/OAuth2/OIDC 协议锚点与从零搭建
- 新增数据库自动化运维条目,覆盖 PostgreSQL HA 与 MySQL 自动化,突出开发属性

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-27 00:51:55 +08:00
2026-08-28 10:30:56 +08:00
2026-07-11 10:16:46 +08:00
2026-07-11 10:16:46 +08:00

何朝晖 - 简历项目

在线简历部署项目,支持多岗位简历,使用 Docker + Nginx 部署,Gitea Actions 自动化 CI/CD。

目录结构

resume/
├── .gitea/workflows/deploy.yml   # Gitea Actions CI/CD 配置
├── Dockerfile                     # Docker 构建文件
├── nginx.conf                     # Nginx 路由配置
├── css/
│   └── resume.css                 # 全局样式(所有简历共享)
├── img/                           # 公共图片资源(所有简历共享)
├── resume/
│   └── index.html                 # 主简历 → /resume
└── other/
    ├── index.html                 # 导航页 → /other
    ├── infra-engineer/
    │   └── index.html             # 基础架构工程师简历 → /other/infra-engineer
    └── security-engineer/
        └── index.html             # 网络安全工程师简历 → /other/security-engineer

访问地址

页面 地址
主简历 http://47.121.181.112:8080/resume
导航页 http://47.121.181.112:8080/other/
基础架构工程师 http://47.121.181.112:8080/other/infra-engineer/
网络安全工程师 http://47.121.181.112:8080/other/security-engineer/

添加新岗位简历

  1. 在 other/ 下新建目录,如 other/frontend-dev/
  2. 复制任意一份已有简历作为模板
  3. 修改目标职位、技术栈标签、线上简历链接等
  4. 更新 other/index.html 导航页,添加新简历链接
  5. 更新 nginx.conf,添加对应的 location 块
  6. 推送到 main 分支,自动部署

部署方式

推送到 main 分支后,Gitea Actions 自动执行:

  1. 克隆仓库
  2. 构建 Docker 镜像(nginx:alpine)
  3. 停止旧容器,启动新容器
  4. 映射端口 8080 → 80
S
Description
🤠 简历
Readme 2 MiB
Languages
HTML 83.6%
CSS 15.9%
Dockerfile 0.5%