Commit Graph

14 Commits

Author SHA1 Message Date
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