mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #299] [MERGED] Support dokku builder:set to specify build path for monorepo apps #424
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/support-custom-build-path📝 Commits (2)
48abeeefeat: add build path configuration for Dokku deployments and enhance GitHub service formsa891acaMerge 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:setto 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: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.