mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Update UPGRADE.md
This commit is contained in:
parent
f4e2d6b6d6
commit
18a877741d
@ -5,7 +5,7 @@
|
||||
3. Change `user` to `remote_user`.
|
||||
4. Update `host()` definitions:
|
||||
1. Add `set` prefix to all setters: `identityFile` -> `setIdentityFile` or `set('identify_file')`
|
||||
2. Update `addSshOption('UserKnownHostsFile', '/dev/null')` to `setSshArguments(['-o UserKnownHostsFile=/dev/null']);`
|
||||
2. Update `host(...)->addSshOption('UserKnownHostsFile', '/dev/null')` to `host(...)->setSshArguments(['-o UserKnownHostsFile=/dev/null']);`
|
||||
3. Replace _stage_ with labels, i.e.
|
||||
```php
|
||||
host('deployer.org')
|
||||
|
Loading…
x
Reference in New Issue
Block a user