Skip to content

Commit 2384b2d

Browse files
authored
Merge pull request #234 from chicogong/maintenance/retire-obsolete-deploys
ci: remove obsolete deployment automation
2 parents e435577 + b587815 commit 2384b2d

4 files changed

Lines changed: 9 additions & 116 deletions

File tree

.github/workflows/netlify.yml.disabled

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/render.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/surge.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,13 @@ WebUtils 以静态 HTML 为主,不要求用户账户或统一后端。多数
103103

104104
## 在线体验
105105

106-
推荐使用自定义域名访问最新版本。GitHub Pages、Cloudflare Pages 和 Vercel 随主分支持续部署;历史镜像仅为兼容保留,内容可能滞后,不用于验收最新发布。
107-
108-
| 平台 | 链接 | 维护状态 |
109-
| ----------------- | --------------------------------------- | ------------- |
110-
| **🌐 自定义域名** | https://tools.realtime-ai.chat | ✅ 推荐入口 |
111-
| GitHub Pages | https://chicogong.github.io/html-tools/ | ✅ 持续部署 |
112-
| Cloudflare Pages | https://htmltools-bkt.pages.dev | ✅ 持续部署 |
113-
| Vercel | https://html-tools-jade.vercel.app | ✅ 持续部署 |
114-
| Render | https://webutils-uj15.onrender.com | ⚠️ 历史镜像 |
115-
| Surge | https://webutils.surge.sh | ⚠️ 历史镜像 |
116-
| Netlify | https://localtools.netlify.app | ⏸️ 已暂停更新 |
106+
推荐使用自定义域名访问最新版本。GitHub Pages 和 Cloudflare Pages 随主分支持续部署;其他平台配置仅用于按需部署,不作为持续维护或发布验收渠道。
107+
108+
| 平台 | 链接 | 维护状态 |
109+
| ----------------- | --------------------------------------- | ----------- |
110+
| **🌐 自定义域名** | https://tools.realtime-ai.chat | ✅ 推荐入口 |
111+
| GitHub Pages | https://chicogong.github.io/html-tools/ | ✅ 持续部署 |
112+
| Cloudflare Pages | https://htmltools-bkt.pages.dev | ✅ 持续部署 |
117113

118114
## 工具列表 (1088 个)
119115

@@ -435,7 +431,7 @@ npm run export:standalone -- tools/dev/json-formatter.html /tmp/webutils-export
435431

436432
### 部署到其他平台
437433

438-
本项目已配置支持多平台部署
434+
本项目保留以下平台的按需部署配置
439435

440436
- **Vercel**: 直接导入 GitHub 仓库即可
441437
- **Netlify**: 直接导入 GitHub 仓库即可
@@ -661,7 +657,7 @@ git push origin feature/new-tool
661657

662658
- **Quality**: 每次 PR 自动运行构建、测试、HTMLHint、Stylelint、ESLint 与 Prettier 检查
663659
- **Tools Sync Check**: CI 检查 tools.json 与 index.html 是否同步
664-
- **Deploy**: 推送到 master 会触发 GitHub Pages、Vercel 与 Cloudflare Pages;其他渠道受显式开关控制
660+
- **Deploy**: 推送到 master 会触发 GitHub Pages 与 Cloudflare Pages
665661
- **Release**: Release 使用手动工作流并校验既有 tag、版本、制品与安全门
666662
- **Dependabot**: 自动检查依赖更新
667663

0 commit comments

Comments
 (0)