ci: update deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-29 19:20:45 +01:00
parent b971b0fb7f
commit 81dd66428c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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' }