Skip to content

Commit b55633c

Browse files
Add deployment workflow instructions (#134)
1 parent 1074372 commit b55633c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

AGENTS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AGENTS.md
2+
3+
## Deployment workflow
4+
5+
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

Comments
 (0)