test/user-journey #3

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