deployer/UPGRADE.md
2015-02-05 17:14:35 +03:00

211 B

Upgrade from 2.x to 3.x

->path('...')

Replace your server paths configuration:

server(...)
  ->path(...);

to:

server(...)
  ->env('deploy_path', '...');