You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We maintain three repositories with a linear promotion flow:
6
+
7
+
-**website**: main development repository; deployed to **website.wopee.io** for testing purposes **(should not be indexed)**.
8
+
-**website-prod**: fork of `website`, kept in sync and deployed to **wopee.io**.
9
+
-**website-testing**: fork of `website`, used for testing after development, before production; deployed for testing purposes **(should not be indexed)**.
10
+
11
+
### How we work
12
+
13
+
1. Develop on a new branch in `website`.
14
+
2. Test locally on that branch.
15
+
3. If OK, sync to `website-testing` branch and test further.
16
+
4. If OK, sync to `website-prod` branch and test further.
17
+
18
+
If a change does not require thorough testing, sync/deploy to both forks at once.
0 commit comments