Skip to content

Commit

Permalink
[v0.0.5] @deprecated on magento 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Apr 1, 2022
2 parents 491d7cd + 4903e92 commit dfe9e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Magento 2.4.4 - @deprecated

On version 2.4.4, Magento is able to handle blue/green deployment, making this module no more required to handle Zero Downtime Deployment.<br>
To enable blue/green deployment you can add the config `deployment/blue_green/enabled` in your <b>app/etc/env.php</b>:
On version 2.4.4, Magento is able to handle blue/green deployment, making this module no more required.<br>
To enable <b>blue/green</b> deployment you can add the deployment config `deployment/blue_green/enabled` in file <b>app/etc/env.php</b>:
```php
'deployment' => [
'blue_green' => [
Expand All @@ -19,7 +19,7 @@ To enable blue/green deployment you can add the config `deployment/blue_green/en

Related commit is here: https://github.com/magento/magento2/commit/c241e11adf59baeca9d9e66cdbd726e4b0b88b21

&#9888; Consequently, this module is now deprecated and will not be maintained anymore.
&#9888; Consequently, this module is now deprecated and will be not maintained anymore.

## Purpose

Expand Down

0 comments on commit dfe9e28

Please # to comment.