Replies: 1
I have one repository of WordPress in bitbucket. This repository is used by multiple domains – each using same repository but having different databases.
All of them have the same plugins but different layouts.
How should I handle wordpress updates and plugins updates.
1) should I keep all plugins in the repository and on update in one domain I should push it to repository and then simply do git pull on the rest of domains ?
Code will update but what about the databse ?
2) don’t push plugins and do updates manually in every page?