260324:0945 fix ci-deploy : optimize #02
CI / CD Pipeline / build (push) Successful in 8m5s
CI / CD Pipeline / deploy (push) Failing after 34s

This commit is contained in:
admin
2026-03-24 09:45:34 +07:00
parent 837bea4237
commit a60bb0ba71
3 changed files with 436 additions and 30 deletions
+3
View File
@@ -65,6 +65,9 @@ docker build -f frontend/Dockerfile \
echo "✓ Images built successfully"
# Ensure target environment directory exists
mkdir -p "$LCBP3_DIR/$TARGET"
# Move correctly to target directory for docker-compose up
cd "$LCBP3_DIR/$TARGET"