d
All checks were successful
本地构建并运行容器 / build (push) Successful in 6m30s

This commit is contained in:
2026-05-28 10:49:28 +08:00
parent 48be418eee
commit 47415ee255
2 changed files with 1 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: [deploy-server]
steps: steps:

View File

@@ -14,8 +14,6 @@ RUN npm config set registry https://repo.huaweicloud.com/repository/npm/ && \
COPY . . COPY . .
ENV CRON=*/30 * * * * *
ENV PAGE_TIMEOUT=30000
ENV CHROME_PATH=/usr/bin/chromium ENV CHROME_PATH=/usr/bin/chromium
ENV NODE_ENV=production ENV NODE_ENV=production