Skip to content

Commit

Permalink
Review INFRASTRUCTURE
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard committed Dec 16, 2023
1 parent fb30261 commit addc320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INFRASTRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ TL;DR:
[Node.js](https://nodejs.org) to digest & compile static assets (CSS & JS).

Static assets, including all our mp3 episodes, are stored on Cloudflare R2.
They are served via Fastly, specifically https://cdn.changelog.com. In summary:
They are served via Fastly, specifically https://cdn.changelog.com.

```
Fastly (cdn.changelog.com)
Expand All @@ -164,7 +164,7 @@ Cloudflare R2 (changelog.place)
The production instance of our application is running on Fly.io. All
https://changelog.com requests are served via Fastly. Each Fastly request gets
proxied to our application instance via the Fly.io Proxy. In summary:
proxied to our application instance via the Fly.io Proxy.
```
Fastly (changelog.com)
Expand All @@ -175,7 +175,7 @@ Application (changelog-2022-03-13.fly.dev)
```
The production database - PostgreSQL - is running on Fly.io too. It is a
replicated setup, with one leader & one replica. In summary:
replicated setup, with one leader & one replica.
```
Application (changelog-2022-03-13.fly.dev)
Expand Down

0 comments on commit addc320

Please sign in to comment.