deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box

Home Page:https://deployer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contrib/rsync set('rsync_src', __DIR__); returns phar:///.../contrib/

Schrank opened this issue · comments

  • Deployer version: 7.3.3
  • Deployment OS: MacOS

Using rsync.php with default parameter and deployer.phar returns unexpected result for DIR - because the php file is inside a phar :-)

Is it possible to override DIR?

It is. Technical all fine. IMHO a minor DX issue.