[PR #299] [MERGED] Support dokku builder:set to specify build path for monorepo apps #424

Closed
opened 2026-03-03 11:29:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/299
Author: @manikanta9176
Created: 7/3/2025
Status: Merged
Merged: 7/3/2025
Merged by: @manikanta9176

Base: mainHead: feat/support-custom-build-path


📝 Commits (2)

  • 48abeee feat: add build path configuration for Dokku deployments and enhance GitHub service forms
  • a891aca Merge branch 'main' into feat/support-custom-build-path

📊 Changes

9 files changed (+369 additions, -155 deletions)

View changed files

📝 src/actions/deployment/deploy.ts (+1 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx (+10 -10)
📝 src/components/service/ProviderForm.tsx (+115 -65)
📝 src/components/templates/compose/AddGithubService.tsx (+119 -67)
src/lib/dokku/builder.ts (+49 -0)
📝 src/lib/dokku/index.ts (+5 -0)
📝 src/queues/app/buildpacks-deployment.ts (+22 -3)
📝 src/queues/app/dockerfile-deployment.ts (+21 -2)
📝 src/queues/app/railpack-deployment.ts (+27 -8)

📄 Description

Add support for dokku builder:set to allow setting a custom build path for an app, which is especially useful for monorepos where only a specific subdirectory needs to be built. This feature should work across different deployment types, including:

  • Dockerfile deployments
  • Buildpack deployments
  • Railpack deployments

This enhancement will improve flexibility and streamline deployments in complex repository structures.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/299 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/support-custom-build-path` --- ### 📝 Commits (2) - [`48abeee`](https://github.com/dflow-sh/dflow/commit/48abeee60bd68aae7d66505eed4ecdbbab6541db) feat: add build path configuration for Dokku deployments and enhance GitHub service forms - [`a891aca`](https://github.com/dflow-sh/dflow/commit/a891aca4fe85b0cdf5c7eecf650f97019a1530ec) Merge branch 'main' into feat/support-custom-build-path ### 📊 Changes **9 files changed** (+369 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/deployment/deploy.ts` (+1 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx` (+10 -10) 📝 `src/components/service/ProviderForm.tsx` (+115 -65) 📝 `src/components/templates/compose/AddGithubService.tsx` (+119 -67) ➕ `src/lib/dokku/builder.ts` (+49 -0) 📝 `src/lib/dokku/index.ts` (+5 -0) 📝 `src/queues/app/buildpacks-deployment.ts` (+22 -3) 📝 `src/queues/app/dockerfile-deployment.ts` (+21 -2) 📝 `src/queues/app/railpack-deployment.ts` (+27 -8) </details> ### 📄 Description Add support for `dokku builder:set` to allow setting a custom build path for an app, which is especially useful for monorepos where only a specific subdirectory needs to be built. This feature should work across different deployment types, including: * Dockerfile deployments * Buildpack deployments * Railpack deployments This enhancement will improve flexibility and streamline deployments in complex repository structures. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#424
No description provided.