# Lokale Entwicklung und Deployment aus demselben Repo

**URL:** https://meta.discourse.org/t/local-development-and-deploying-from-same-repo/99048
**Category:** Development
**Created:** [8. Oktober 2018 um 22:21 UTC](https://meta.discourse.org/t/local-development-and-deploying-from-same-repo/99048 "2018-10-08T22:21:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![wouldwork](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wouldwork/32/113735_2.png) [@wouldwork](https://meta.discourse.org/u/wouldwork)
#### Post date: [8. Oktober 2018 um 22:21 UTC](https://meta.discourse.org/t/local-development-and-deploying-from-same-repo/99048/1 "2018-10-08T22:21:23Z")

</div>

I have Discourse running locally based off of this. No problems, worked fine. [Install Discourse on macOS for development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-macos-for-development/15772)  
I am getting ready to deploy Discourse to a production environment using Docker via Digital Ocean (Recommended in many places)  
My question is if I deploy Discourse via [GitHub - discourse/discourse\_docker: A Docker image for Discourse · GitHub](https://github.com/discourse/discourse_docker) as recommended how do I make changes to my local installation and get them deployed to production?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [8. Oktober 2018 um 23:21 UTC](https://meta.discourse.org/t/local-development-and-deploying-from-same-repo/99048/2 "2018-10-08T23:21:55Z")

</div>

The question itself implies something bad is happening.

Customizations should be done through plugins and Admin, Customize, _not_ by modifying core Discourse code.
