Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions databricks-builder-app/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ echo -e "${YELLOW}[2/${TOTAL_STEPS}] Deploying Lakebase...${NC}"

if [ "$SKIP_LAKEBASE" = true ]; then
echo -e " ${GREEN}✓${NC} Skipped (--skip-lakebase)"
elif databricks postgres get-project "projects/${LAKEBASE_PROJECT_ID}" $CLI_ARGS &> /dev/null; then
echo -e " ${GREEN}✓${NC} Lakebase project '${LAKEBASE_PROJECT_ID}' already exists — reusing"
else
cd "$PROJECT_DIR"
BUNDLE_ARGS=""
Expand Down