diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php index 2e01634d127a9efae8d9e6fd6cd73abe23bdcf94..40e6de706bc0416b3f6d87616658c60310b29be3 100644 --- a/.gitlab-ci/deploy.php +++ b/.gitlab-ci/deploy.php @@ -87,9 +87,8 @@ task('build-custom', function () { runLocally("composer dump-env '$APP_ENV'"); runLocally('rm -f .env.local'); - // Cache warmup + // Cache clear/warmup runLocally('php bin/console cache:clear'); - runLocally('php bin/console cache:warmup'); }); // Deploy task