dev #5
+2
-9
@@ -123,16 +123,9 @@ steps:
|
|||||||
- lint
|
- lint
|
||||||
- type-check
|
- type-check
|
||||||
commands:
|
commands:
|
||||||
- echo "=== Debug: Environment info ==="
|
|
||||||
- node --version
|
|
||||||
- npm --version
|
|
||||||
- echo "=== Debug: Cleaning cache ==="
|
|
||||||
- rm -rf node_modules/.cache
|
|
||||||
- rm -rf .next
|
|
||||||
- rm -rf dist
|
|
||||||
- echo "Building production artifacts"
|
- echo "Building production artifacts"
|
||||||
- npm run build 2>&1 | tee build.log
|
- npm run build
|
||||||
- echo "=== Debug: Build completed ==="
|
- echo "Build completed"
|
||||||
- ls -la dist/
|
- ls -la dist/
|
||||||
- echo "Deploying to production"
|
- echo "Deploying to production"
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user