dev #5
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user