diff --git a/deploy.php b/deploy.php index e76d3fb..cae559a 100644 --- a/deploy.php +++ b/deploy.php @@ -19,7 +19,7 @@ set('writable_dirs', []); set('keep_releases', 3); set('default_stage', 'production'); -server('prod', 'alfheim.ragnarok.yvan.hu', 22) +host('alfheim.ragnarok.yvan.hu') ->stage('production') ->user('yvan') ->forwardAgent() diff --git a/src/App/Service/KoinService.php b/src/App/Service/KoinService.php index 06c5b0d..572865d 100644 --- a/src/App/Service/KoinService.php +++ b/src/App/Service/KoinService.php @@ -136,6 +136,10 @@ class KoinService return 'Szórakozás'; } + if (false !== strpos($posInfo, "DIGI ")) { + return 'Közművek'; + } + if (false !== strpos($posInfo, "Aqua Electromax")) { return 'Szórakozás'; } @@ -206,6 +210,10 @@ class KoinService $tags[] = 'Google play'; } + if (false !== strpos($posInfo, "DIGI ")) { + $tags[] = 'Digi'; + } + if (false !== strpos($posInfo, "Aqua Electromax")) { $tags[] = 'Aqua'; }