dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit a314b5c370 - Show all commits
+3 -1
View File
@@ -112,7 +112,7 @@ steps:
- dev - dev
build-and-deploy: build-and-deploy:
image: *node_image image: node:20-alpine
environment: environment:
NODE_ENV: production NODE_ENV: production
NEXT_TELEMETRY_DISABLED: 1 NEXT_TELEMETRY_DISABLED: 1
@@ -123,6 +123,8 @@ steps:
- lint - lint
- type-check - type-check
commands: commands:
- echo "Installing SSH client"
- apk add --no-cache openssh-client rsync
- echo "Building production artifacts" - echo "Building production artifacts"
- npm run build - npm run build
- echo "Build completed" - echo "Build completed"