This has been mentioned in a few threads now - having separate releases for different environments.
-
How to control released changes from Dev to Prod environment?
-
Is it impossible to release different versions based on staging and production environments?
The current system is frustrating as it's two good separate features (releases & environments) that don't seem to work well with each other.
Having two apps and two sets of resources - one for dev and one for prd is not a great work around as you have to do double the work.
- Create the changes in dev then test.
- Delete the prd app and duplicate the dev app
- Manually change all the resources to prd ones
OR
- Create the changes in dev then test.
- Manually make all the changes in the prd app that you made to dev
You can't just have dev and prod envs in the resources as you risk hitting the resources with an incorrect query from the front end.
Could we have an update on the feature request's status?