From ffd4b573b171c6e9d9a48045394dcafd176c9093 Mon Sep 17 00:00:00 2001 From: maxmwang Date: Sat, 14 Dec 2024 22:51:10 -0800 Subject: [PATCH] test cache speed --- docs/src/core/infrastructure/cicd.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/core/infrastructure/cicd.md b/docs/src/core/infrastructure/cicd.md index 0b02e535e..63d3fc383 100644 --- a/docs/src/core/infrastructure/cicd.md +++ b/docs/src/core/infrastructure/cicd.md @@ -66,3 +66,11 @@ The deployment process is different for development, staging, and production env ``` + +## Staging + +The staging CI/CD pipeline runs on every push to `master` (currently `gql`). The staging website can be viewed at `staging.stanfurdtime.com`. + +## Production + +The production CI/CD pipeline is manually run with a process similar to the development pipeline. However, the production pipeline can only be run on `master` and `gql`.