-
Notifications
You must be signed in to change notification settings - Fork 0
WordPress recipe, run deploy:vendors if composer file exists #25
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
Conversation
|
@gtrinkwon @AlanJIsaacson The WordPress recipe now should work. It auto runs composer install if the composer file exists in the root. It also has an install wordpress task. See the wordpress.md docs. It would be worth running through this at some point. This is a draft PR until it's been tested. No rush on that. |
|
@AlanJIsaacson this should work now and can be tested on Peace Starts Here |
AlanJIsaacson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Peace Starts Here and looks OK
Auto-run deploy:vendors if composer.json exists in the project root.