Development Environment Synced with Production DB
How to set up the development environment and keep it synced with the production.
As far as I understand it environments are supposed to be different projects.
So how do you keep it synced?
I have an entire development environment for the rest of the infrastructure for testing and feature development.
Also is there any example on how to basically do feature development on the development environment. Merge the branches onto development and then merge the changes into prod?
As far as I understand it environments are supposed to be different projects.
So how do you keep it synced?
I have an entire development environment for the rest of the infrastructure for testing and feature development.
Also is there any example on how to basically do feature development on the development environment. Merge the branches onto development and then merge the changes into prod?