no warmup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-09 12:29:48 +01:00
parent 38c0ef84f0
commit a744fe8456

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 && php bin/console cache:warmup --env=prod
- cd backend && composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod && rm -rf var/cache
- name: frontend
image: node:16.13.1-alpine