mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-24 10:05:47 -05:00
feat(ui): reorder git application types to surface deploy key earlier
This commit is contained in:
@@ -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 = [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user