From 81dd66428c2ede95ba45032c3493837d2a4c6095 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 29 Dec 2022 19:20:45 +0100 Subject: [PATCH] ci: update deployment --- .mage.yml.dist | 1 + 1 file changed, 1 insertion(+) 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' }