部署优化 #116

Merged
cfy777 merged 28 commits from feat/build into develop 2026-06-14 21:25:07 +08:00
Showing only changes of commit 31dfabd882 - Show all commits

View File

@@ -15,7 +15,10 @@ jobs:
working-directory: backend
steps:
- name: Install Node.js (for checkout action)
run: apk add --no-cache nodejs
run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache nodejs
working-directory: /
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"