ci(other): update cicd
Some checks failed
CI Build & Deploy / build-and-deploy-dev (push) Failing after 2m10s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped

This commit is contained in:
2026-01-19 03:41:18 +08:00
parent 046f04df46
commit 71db0b9426

View File

@@ -16,12 +16,16 @@ jobs:
APP_NAME: jdt-mer-dev APP_NAME: jdt-mer-dev
APP_PORT: 8083 APP_PORT: 8083
steps: steps:
- name: Install Git
run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache git
- name: Checkout - name: Checkout
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4
- name: Setup environment - name: Setup environment
run: | run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache curl apk add --no-cache curl
npm config set registry https://registry.npmmirror.com/ npm config set registry https://registry.npmmirror.com/
corepack enable && corepack prepare pnpm@8 --activate corepack enable && corepack prepare pnpm@8 --activate
@@ -90,12 +94,16 @@ jobs:
APP_NAME: jdt-mer-prod APP_NAME: jdt-mer-prod
APP_PORT: 8083 APP_PORT: 8083
steps: steps:
- name: Install Git
run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache git
- name: Checkout - name: Checkout
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4
- name: Setup environment - name: Setup environment
run: | run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache curl apk add --no-cache curl
npm config set registry https://registry.npmmirror.com/ npm config set registry https://registry.npmmirror.com/
corepack enable && corepack prepare pnpm@8 --activate corepack enable && corepack prepare pnpm@8 --activate