mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Merge pull request #274 from lasselehtinen/patch-1
Shared directories and files is not getting called in Laravel recipe
This commit is contained in:
commit
93bcfce681
@ -21,6 +21,7 @@ task('deploy', [
|
||||
'deploy:release',
|
||||
'deploy:update_code',
|
||||
'deploy:vendors',
|
||||
'deploy:shared',
|
||||
'deploy:symlink',
|
||||
'cleanup',
|
||||
])->desc('Deploy your project');
|
||||
|
Loading…
x
Reference in New Issue
Block a user