Skip to content

fix: extract ZIP drop deployment to build server when configured#3591

Merged
Siumauricio merged 2 commits intoDokploy:canaryfrom
vtomasr5:allow-zipdrop-build-server
Feb 19, 2026
Merged

fix: extract ZIP drop deployment to build server when configured#3591
Siumauricio merged 2 commits intoDokploy:canaryfrom
vtomasr5:allow-zipdrop-build-server

Conversation

@vtomasr5
Copy link
Contributor

@vtomasr5 vtomasr5 commented Feb 4, 2026

What is this PR about?

When using drop (ZIP upload) deployment with a dedicated build server,
the ZIP was being extracted to the main server instead of the build
server, causing builds to fail with "No such file or directory" errors.

Changed unzipDrop() to use buildServerId when set, falling back to
serverId. This matches the existing pattern used elsewhere in the
codebase for build server handling.

Checklist

Before submitting this PR, please make sure that:

Issues related (if applicable)

Screenshots (if applicable)

@vtomasr5 vtomasr5 requested a review from Siumauricio as a code owner February 4, 2026 09:14
@Siumauricio Siumauricio merged commit 660bc3c into Dokploy:canary Feb 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments