mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1584] [MERGED] Fix auto deploy docker command not including the container argument #1470
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/1584
Author: @IThundxr
Created: 8/10/2025
Status: ✅ Merged
Merged: 9/3/2025
Merged by: @rmartinoscar
Base:
main← Head:patch-1📝 Commits (2)
f74d33fFix auto deploy docker command not including the container argumentdeabf38Fix missing wings container name in AutoDeploy📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Services/Nodes/NodeAutoDeployService.php(+1 -1)📄 Description
docker execrequires the container as the argument, which currently the command doesn't pass so it gets parsed as: docker exec configure ... in container wings, rather then: docker exec wings configure ... in container wings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.