Skip to content

Commit 366aa0d

Browse files
authored
Merge pull request #8 from ByteInternet/Supervisor-based_things-dedicated-for-now
Mark redis varnish and supervisor deprecated for now
2 parents 5732db2 + 0153667 commit 366aa0d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/PlatformConfiguration/SupervisorConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
use Hypernode\DeployConfiguration\TaskConfigurationInterface;
1010

1111
/**
12+
* @deprecated SupervisorConfigurations are not supported on the Hypernode platform at the moment and configuration will not be taken into account
13+
*
1214
* Deploys supervisor configurations from your repository to the server
1315
*/
1416
class SupervisorConfiguration implements

src/PlatformService/RedisService.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use Hypernode\DeployConfiguration\StageConfigurableTrait;
1010
use Hypernode\DeployConfiguration\TaskConfigurationInterface;
1111

12+
/**
13+
* @deprecated RedisService is not supported on the Hypernode platform at the moment and configuration will not be taken into account
14+
*/
1215
class RedisService implements TaskConfigurationInterface, ServerRoleConfigurableInterface, StageConfigurableInterface
1316
{
1417
use ServerRoleConfigurableTrait;

src/PlatformService/VarnishService.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use Hypernode\DeployConfiguration\StageConfigurableTrait;
1010
use Hypernode\DeployConfiguration\TaskConfigurationInterface;
1111

12+
/**
13+
* @deprecated VarnishService is not supported on the Hypernode platform at the moment and configuration will not be taken into account
14+
*/
1215
class VarnishService implements
1316
TaskConfigurationInterface,
1417
ServerRoleConfigurableInterface,

0 commit comments

Comments
 (0)