We maintain three repositories with a linear promotion flow:
- website: main development repository; deployed to website.wopee.io for testing purposes (should not be indexed).
- website-prod: fork of
website, kept in sync and deployed to wopee.io. - website-testing: fork of
website, used for testing after development, before production; deployed for testing purposes (should not be indexed).
- Develop on a new branch in
website. - Test locally on that branch.
- If OK, sync to
website-testingbranch and test further. - If OK, sync to
website-prodbranch and test further.
If a change does not require thorough testing, sync/deploy to both forks at once.