Skip to content

Commit 2eb5217

Browse files
authored
Merge pull request #32 from amazeeio/chore-add-all-test
Adds extra deployTargets
2 parents 5bee032 + 22f51da commit 2eb5217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Generated/Routemap/Routemapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ class Routemapper
77
public static function clusterMap(int $deployTarget): string
88
{
99
return match ($deployTarget) {
10+
1 => 'test',
1011
131 => 'ch4',
1112
115 => 'de3',
1213
132 => 'au2',
1314
126 => 'us2',
1415
122 => 'uk3',
16+
2001 => 'local',
1517
default => throw new \InvalidArgumentException('Invalid deploy target: '.$deployTarget),
1618
};
1719
}

0 commit comments

Comments
 (0)