mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
226 B
226 B
Known Bugs
Ubuntu 14.04, Coreutils 8.21
There are known bug with relative symlinks ln --relative
, which may fail rollback command.
Add next line to deploy.php file:
set('use_relative_symlink', false);