mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 16:02:34 +00:00
Add load balancer (#453)
This commit is contained in:
@ -14,20 +14,5 @@ final class SiteType
|
||||
|
||||
const PHPMYADMIN = 'phpmyadmin';
|
||||
|
||||
public static function hasWebDirectory(): array
|
||||
{
|
||||
return [
|
||||
self::PHP,
|
||||
self::PHP_BLANK,
|
||||
self::LARAVEL,
|
||||
];
|
||||
}
|
||||
|
||||
public static function hasSourceControl(): array
|
||||
{
|
||||
return [
|
||||
self::PHP,
|
||||
self::LARAVEL,
|
||||
];
|
||||
}
|
||||
const LOAD_BALANCER = 'load-balancer';
|
||||
}
|
||||
|
Reference in New Issue
Block a user