Closed cmodijk closed 9 years ago
Have you tried just doing it on deploy:updated
?
before 'deploy:updated', 'composer:self_update'
That seams to work
I'm having the same issue, when adding composer:self-update (after :starting) the install command doesn't run. Moving the self-update to before 'deploy:updated' like suggested above, it doesn't run at all.
When the following rule is defined, composer install won't run during cap deploy: