dump-env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-11 16:01:24 +01:00
parent 2e93a246e2
commit ef43c8352b

View File

@ -6,7 +6,7 @@ steps:
- name: backend
image: composer:2.1.14
commands:
- cd backend && composer install && composer dump-autoload --classmap-authoritative
- cd backend && composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod
- name: frontend
image: node:16.13.1-alpine