Skip to content

Commit

Permalink
Исправлена работа команды очистки кеша через Deployer (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkryukov76 committed Oct 26, 2018
1 parent 91fa8ea commit 9e49364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
});

task('jedi:cache:clear', function () {
run('{{bin/php}} {{release_path}}/vendor/bin/jedi cache:clear');
cd('{{release_path}}');
run('{{bin/php}} ./vendor/bin/jedi cache:clear');
});

after('deploy:symlink', 'jedi:cache:clear');
Expand Down

0 comments on commit 9e49364

Please sign in to comment.