* deployer fix
* "digi" added
This commit is contained in:
parent
1ee6969b0e
commit
b8e12d9781
@ -19,7 +19,7 @@ set('writable_dirs', []);
|
|||||||
set('keep_releases', 3);
|
set('keep_releases', 3);
|
||||||
set('default_stage', 'production');
|
set('default_stage', 'production');
|
||||||
|
|
||||||
server('prod', 'alfheim.ragnarok.yvan.hu', 22)
|
host('alfheim.ragnarok.yvan.hu')
|
||||||
->stage('production')
|
->stage('production')
|
||||||
->user('yvan')
|
->user('yvan')
|
||||||
->forwardAgent()
|
->forwardAgent()
|
||||||
|
|||||||
@ -136,6 +136,10 @@ class KoinService
|
|||||||
return 'Szórakozás';
|
return 'Szórakozás';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (false !== strpos($posInfo, "DIGI ")) {
|
||||||
|
return 'Közművek';
|
||||||
|
}
|
||||||
|
|
||||||
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
||||||
return 'Szórakozás';
|
return 'Szórakozás';
|
||||||
}
|
}
|
||||||
@ -206,6 +210,10 @@ class KoinService
|
|||||||
$tags[] = 'Google play';
|
$tags[] = 'Google play';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (false !== strpos($posInfo, "DIGI ")) {
|
||||||
|
$tags[] = 'Digi';
|
||||||
|
}
|
||||||
|
|
||||||
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
||||||
$tags[] = 'Aqua';
|
$tags[] = 'Aqua';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user