Skip to content

Commit

Permalink
test cache speed
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Dec 15, 2024
1 parent c8664bb commit ffd4b57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/core/infrastructure/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ The deployment process is different for development, staging, and production env
```
</details>
## 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`.

0 comments on commit ffd4b57

Please sign in to comment.