Staging Environment Setup for Local Testing #53
Closed
Harshal141
started this conversation in
Show and tell
Replies: 1 comment
-
The staging env is now live. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need to implement a dedicated staging environment for our open-source project to streamline contributions and prevent issues with the production database.
Current Issue:
Local testing currently interacts with the production database, leading to unintended modifications.
There's no separate database for testing, which can cause inconsistencies.
Proposed Solution:
Set up a staging environment for local development.
Ensure that local testing uses a separate database instead of affecting production data.
This setup will allow contributors to test their changes safely before merging.
This will improve development efficiency and reduce potential issues caused by unintentional data modifications. Looking forward to thoughts and contributions!
Beta Was this translation helpful? Give feedback.
All reactions