BobDLA
424991a165
fix: surface backend deploy errors in GitHub Actions ( #917 )
2026-03-29 01:48:17 +08:00
greenhandzdl
64d11799b3
fix:Prevent shell from parsing configuration file errors ( #908 )
...
* fix:unsuccessful run
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-22 16:47:13 +08:00
Dream Hunter
5bb053fb7b
chore: upgrade deps and GitHub Actions for Node.js 24 ( #889 )
...
chore: upgrade dependencies and GitHub Actions for Node.js 24 compatibility
Upgrade GitHub Actions to fix Node.js 20 deprecation warnings:
- actions/checkout v4 → v6
- actions/setup-node v4 → v6
- pnpm/action-setup v3 → v4
- docker/login-action v3 → v4
- docker/setup-qemu-action v3 → v4
- docker/setup-buildx-action v3 → v4
- docker/build-push-action v5 → v7
- node-version 20 → 22, pnpm 8 → 10
Upgrade project dependencies:
- frontend: vue 3.5.30, naive-ui 2.44.1, dompurify 3.3.3, @unhead/vue 2.1.12
- worker: hono 4.12.7, @cloudflare/workers-types, typescript-eslint 8.57.0
- all: wrangler 4.72.0
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 01:27:03 +08:00
Dream Hunter
b62a3cbc3e
fix: require explicit 'true' value for debug mode in deployment ( #735 )
...
- Update GitHub Actions workflow to only enable debug mode when DEBUG_MODE secret is exactly 'true'
- Previously debug mode was enabled for any non-empty value, which could lead to accidental activation
- Change from `[ -n "$debug_mode" ]` to `[ "$debug_mode" = "true" ]` for precise control
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-26 19:14:46 +08:00
Dream Hunter
6ae90be3bf
feat: support github action deploy telegram mini app frontend ( #730 )
2025-09-22 21:25:15 +08:00
Dream Hunter
dec309a0fd
fix: github actions node version ( #660 )
2025-06-02 11:28:41 +08:00
Dream Hunter
47e2cb56b4
feat: support deploy worker with UI assets ( #627 )
2025-04-12 15:37:34 +08:00
Dream Hunter
b604f56d56
feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BA… ( #554 )
...
feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BACKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
2025-01-11 18:04:53 +08:00
Dream Hunter
440238133e
feat: |Github Action| add upstream sync and auto deploy frontend&&bac… ( #528 )
...
feat: |Github Action| add upstream sync and auto deploy frontend&&backend
2024-12-23 22:55:10 +08:00
Dream Hunter
7a5ac89889
Update backend_deploy.yaml
2024-04-16 14:18:14 +08:00
Dream Hunter
81ce099299
Update backend_deploy.yaml
2024-04-16 14:10:11 +08:00
Dream Hunter
d36bdd7a69
feat: add CI CD ( #139 )
2024-04-16 14:03:47 +08:00
Dream Hunter
267947a82e
feat: add CI CD ( #138 )
2024-04-16 14:01:47 +08:00
Dream Hunter
dcfe17dac2
feat: add CI CD ( #137 )
2024-04-16 13:53:37 +08:00
Dream Hunter
b619b11a92
feat: add CI CD ( #136 )
2024-04-16 13:48:23 +08:00
Dream Hunter
f43ec672f3
feat: add CI CD ( #135 )
2024-04-16 13:38:20 +08:00
Dream Hunter
d1e06b40cb
feat: add CI CD ( #134 )
2024-04-16 13:35:09 +08:00