# WordPress and plugins updates in production server after deployment

**URL:** https://discourse.roots.io/t/wordpress-and-plugins-updates-in-production-server-after-deployment/2176
**Category:** bedrock
**Tags:** deploys
**Created:** 2014-08-26T17:05:15Z
**Posts:** 7
**Showing post:** 6 of 7

## Post 6 by @swalkinshaw — 2014-08-27T03:48:13Z

Bedrock uses a modified folder structure but WP core is completely intact. We just disable auto-updates since you update WP itself through Composer. Even if you enabled auto-update I don’t think it would break anything. The update just wouldn’t be reflected in your Git repository since it only happened on the production server.

Do you mean plugins/themes that aren’t in WP plugin directory? Composer can pull from WPackagist, normal Packagist, any custom Git/SVN repository, zip file, etc. I suggest searching this forum for other Composer topics like [Best way to install private/paid plugins with Composer?](http://discourse.roots.io/t/best-way-to-install-private-paid-plugins-with-composer/1045).

There’s this post as well: [http://roots.io/wordpress-plugins-with-composer/](http://roots.io/wordpress-plugins-with-composer/)

---

_[View the full topic](https://discourse.roots.io/t/wordpress-and-plugins-updates-in-production-server-after-deployment/2176)._
