diff --git a/.mage.yml.dist b/.mage.yml.dist index a7e18ea..4c32a61 100644 --- a/.mage.yml.dist +++ b/.mage.yml.dist @@ -23,3 +23,4 @@ magephp: on-deploy: - exec: { cmd: 'make clean', desc: 'cache' } - exec: { cmd: 'make doctrine-migration', desc: 'migration' } + - exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup' }