kunno
Results
1
comments of
kunno
In ```src/Deployer/DefaultDeployer.php:264``` change `$this->runRemote(sprintf('cp -RPp {{ deploy_dir }}/repo/* {{ project_dir }}'));` to `$this->runRemote(sprintf('cp -RPp {{ deploy_dir }}/repo/. {{ project_dir }}'));` this will 'cp' all files including the hidden `.env`. Hope...