mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
#591 - source-controls
This commit is contained in:
@ -462,6 +462,11 @@
|
||||
'gitlab' => \App\SourceControlProviders\Gitlab::class,
|
||||
'bitbucket' => \App\SourceControlProviders\Bitbucket::class,
|
||||
],
|
||||
'source_control_providers_custom_fields' => [
|
||||
\App\Enums\SourceControl::GITHUB => ['token'],
|
||||
\App\Enums\SourceControl::GITLAB => ['token', 'url'],
|
||||
\App\Enums\SourceControl::BITBUCKET => ['username', 'password'],
|
||||
],
|
||||
|
||||
/*
|
||||
* available php extensions
|
||||
|
Reference in New Issue
Block a user