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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ GraphQL playground should be available at `http://localhost:8000/graphiql` as lo
32
32
# Deployment
33
33
The deployed instance can be accessed at [root.amfoss.in](https://root.amfoss.in).
34
34
35
-
The `main` branch is exclusively meant for production use and commits which get merged into it will make their way into the deployed instance. Active development should occur on the `develop` branch and when sufficient stability has been achieved, they can be merged into `main`. This will kick off the deployment workflow.
35
+
The `production` branch is exclusively meant for production use and commits which get merged into it will make their way into the deployed instance. Active development should occur on the `develop` branch and when sufficient stability has been achieved, they can be merged into `production`. This will kick off the deployment workflow.
36
36
37
-
Further implementation details can be found at [bedrock](https://github.com/amfoss/bedrock).
37
+
Further details can be found at [bedrock](https://github.com/amfoss/bedrock).
0 commit comments