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