Skip to content

Commit

Permalink
🔧 构建测试镜像 (#475)
Browse files Browse the repository at this point in the history
* 🔧 添加theme相关配置

* 👷 取消对docker.env.prod的忽略
  • Loading branch information
AzideCupric authored and felinae98 committed Feb 12, 2024
1 parent 8767d83 commit ff9d8dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- tests/**
- pyproject.toml
- poetry.lock
- docker.env.prod
- .github/**
pull_request:
paths:
Expand All @@ -21,6 +22,7 @@ on:
- tests/**
- pyproject.toml
- poetry.lock
- docker.env.prod
- .github/**
types:
- opened
Expand Down
3 changes: 3 additions & 0 deletions docker.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ TZ=Asia/Shanghai
# nonebot-bison
BISON_CONFIG_PATH=
BISON_USE_PIC=false
## 与默认配置不同,在容器中启用浏览器渲染
BISON_THEME_USE_BROWSER=true
BISON_INIT_FILTER=true
BISON_USE_QUEUE=true
BISON_OUTER_URL=
Expand All @@ -22,6 +24,7 @@ BISON_RESEND_TIMES=0
BISON_PROXY=
BISON_UA=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
BISON_SHOW_NETWORK_WARNING=true
BISON_PLATFORM_THEME='{}'

# nonebot-plugin-sentry
SENTRY_DSN=

0 comments on commit ff9d8dc

Please sign in to comment.