update deploy steps (messenger)
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-23 00:05:24 +02:00
parent bfe3599054
commit d51366a5c6
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -25,3 +25,4 @@ magephp:
- exec: { cmd: 'make doctrine-migration', desc: 'migration' }
- exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup' }
- exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup2' }
- exec: { cmd: './bin/messenger restart', desc: 'messenger' }