Skip to content

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

Open
vtomasr5 wants to merge 2 commits intoDokploy:canaryfrom
vtomasr5:allow-zipdrop-build-server
Open

fix: extract ZIP drop deployment to build server when configured#3591
vtomasr5 wants to merge 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
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.

1 participant