cache warmup

This commit is contained in:
Sergio Álvarez 2022-02-04 09:48:35 +01:00
parent efcc2a1f16
commit d2386c50a9
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: backend
image: composer:2.1.14
commands:
- cd backend && composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod && rm -rf var/cache/prod
- cd backend && composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod && rm -rf var/cache && php bin/console cache:warmup --env=prod
- name: frontend
image: node:16.13.1-alpine