Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
refactor: rename classes rebuild command, as of pimcore v5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gerig committed May 14, 2019
1 parent d9c8ed1 commit 85bc749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pimcore.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
namespace Deployer;

task('deploy:pimcore:install-classes', function () {
run('{{bin/php}} {{bin/console}} deployment:classes-rebuild -c');
run('{{bin/php}} {{bin/console}} pimcore:deployment:classes-rebuild -c');
});

task('deploy:pimcore:rebuild-classes', function () {
run('{{bin/php}} {{bin/console}} deployment:classes-rebuild -c -d');
run('{{bin/php}} {{bin/console}} pimcore:deployment:classes-rebuild -c -d');
});

task('deploy:pimcore:migrate:core', function() {
Expand Down

0 comments on commit 85bc749

Please sign in to comment.