From 5efee2949420cc0f5db28550696407851c816a43 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:45:29 +0530 Subject: [PATCH] feat(ui): reorder git application types to surface deploy key earlier --- app/Livewire/Project/New/Select.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Livewire/Project/New/Select.php b/app/Livewire/Project/New/Select.php index c565f401de..660ad8e625 100644 --- a/app/Livewire/Project/New/Select.php +++ b/app/Livewire/Project/New/Select.php @@ -182,6 +182,13 @@ class Select extends Component 'documentation' => 'https://coolify.io/docs/applications/ci-cd', 'logo' => asset('svgs/resources/public-repo.svg'), ], + [ + 'id' => 'private-deploy-key', + 'name' => 'Private Repository (with Deploy Key)', + 'description' => 'Connect a private Git repository over SSH using a repository-scoped deploy key.', + 'documentation' => 'https://coolify.io/docs/applications/ci-cd/github/deploy-key', + 'logo' => asset('svgs/resources/deploy-key.svg'), + ], [ 'id' => 'private-gh-app', 'name' => 'Private Repository (with GitHub App)', @@ -196,13 +203,6 @@ class Select extends Component 'description' => 'You can deploy public & private repositories through your GitLab Apps.', 'logo' => asset('svgs/resources/gitlab-app.svg'), ], - [ - 'id' => 'private-deploy-key', - 'name' => 'Private Repository (with Deploy Key)', - 'description' => 'Connect a private Git repository over SSH using a repository-scoped deploy key.', - 'documentation' => 'https://coolify.io/docs/applications/ci-cd/github/deploy-key', - 'logo' => asset('svgs/resources/deploy-key.svg'), - ], ]; $dockerBasedApplications = [ [