mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Update common.php
This commit is contained in:
parent
37044aba13
commit
731e5def7e
@ -164,7 +164,7 @@ task('deploy:copy_dirs', function () {
|
||||
|
||||
$dirs = get('copy_dirs');
|
||||
|
||||
foreach($dirs as $dir) {
|
||||
foreach ($dirs as $dir) {
|
||||
//Delete directory if exists
|
||||
run("rm -rf {{release_path}}/$dir");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user