[ad_1]
[ad_2]
I'm currently managing a large WordPress site (14GB in files, 23GB DB), and we're using AWS CloudFront CDN. We have four developers working on the project, all connected to the same remote DB, which isn't an issue for us. However, we're facing challenges with keeping our environments in sync, particularly when it comes to plugin updates.
The Problem:
- Developers aren't consistently updating plugins on their local environments after making updates in our "DEV" environment.
- Our site overall size is too large for Bitbucket, which complicates version control.
- We can reduce it to only push the main things which are two internal plugins and the themes.
What We're Looking For:
- An automated way to "push" plugin updates, from our "DEV" environment to the developers' local environments.
- Ideally, a solution that minimizes manual intervention and ensures that all developers are working with the most up-to-date version of plugins.
Has anyone faced a similar issue, and if so, how did you solve it? Are there tools or workflows that can help automate this process?
