diff --git a/deploy.sh b/deploy.sh index 3cce5f8..c0bd430 100755 --- a/deploy.sh +++ b/deploy.sh @@ -43,7 +43,7 @@ echo "==> Starting $TARGET (waiting for health check)..." if ! $COMPOSE --profile "$TARGET" up -d --wait; then echo "!!! Health check failed — dumping logs" echo "--- ${TARGET}-app logs ---" - $COMPOSE logs --tail=60 "${TARGET}-app" 2>&1 || true + $COMPOSE --profile "$TARGET" logs --tail=60 "${TARGET}-app" 2>&1 || true echo "--- router logs ---" $COMPOSE logs --tail=10 router 2>&1 || true echo "--- litestream logs ---"