This commit is contained in:
@@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [deploy-server]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user