Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to disable composer install during deployment. #53

Closed
Graloth opened this issue Aug 3, 2017 · 1 comment
Closed

Add the ability to disable composer install during deployment. #53

Graloth opened this issue Aug 3, 2017 · 1 comment

Comments

@Graloth
Copy link

Graloth commented Aug 3, 2017

Currently with the drupal role, it's assumed that if there is a composer.json, and the codebase is being deployed via Git(drupal_deploy: true), then composer install should be run

My current need is to be able to disable the use of composer install when deploying from git, as I need to make some edits to my current composer.json file before manually running it (I am working on getting the composer.json working, but it's a complex project with a lot of custom code).

A config option, such as drupal_composer_install_after_deploy that could be set to true/false or yes/no would be great.

@geerlingguy
Copy link
Owner

I, uh, need this now. So I'll do it now :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants