mirror of
https://github.com/deployphp/deployer.git
synced 2025-03-14 18:29:41 +01:00
Doc update about new default value of writable_recursive (#3521)
* Doc update about new default value of writable_recursive * Adjusted wording --------- Co-authored-by: HereticPilgrim <manuel.grauwiler@transformatik.ch>
This commit is contained in:
parent
e0b59ec668
commit
ad242dc8d8
@ -69,6 +69,10 @@
|
||||
13. Configuration property `default_stage` is not supported anymore and has been dropped.
|
||||
14. Replace `onHosts()` and `onStage()` with [labels & selectors](selector.md).
|
||||
15. Replace `setPrivate()` with [`hidden()`](tasks.md#hidden).
|
||||
16. Configuration property `writable_recursive` defaults to `false`. This behaviour can be overridden with:
|
||||
```php
|
||||
set('writable_recursive', true);
|
||||
```
|
||||
|
||||
### Step 2: Deploy
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user