Hi,
Problem with git enabled websites to work peculiar.
in the repository settings, under the: Enable additional deploy actions
I have the following commands:
composer update --no-dev
composer dump-autoload -o --no-dev
or...
composer update -o --no-dev
somehow, when deployment process takes place, dump-autoload will not work. anybody faced same issues?
Problem with git enabled websites to work peculiar.
in the repository settings, under the: Enable additional deploy actions
I have the following commands:
composer update --no-dev
composer dump-autoload -o --no-dev
or...
composer update -o --no-dev
somehow, when deployment process takes place, dump-autoload will not work. anybody faced same issues?