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