mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
211 B
211 B
Upgrade from 2.x to 3.x
->path('...')
Replace your server paths configuration:
server(...)
->path(...);
to:
server(...)
->env('deploy_path', '...');