summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-12-18 16:41:57 +0000
committerJoe Carstairs <me@joeac.net>2025-12-18 16:41:57 +0000
commitc9f7ad699cf9f0a64c4a3e48db1e130b279c77c3 (patch)
tree5b82b70e1c85b05ea2ba89fbbe578f6c65e928db /README.md
parent20effac610f2956ac7f5caa55f9b595f1b3773b6 (diff)
infra is not on DigitalOcean
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index b446240..ad5f064 100644
--- a/README.md
+++ b/README.md
@@ -24,22 +24,3 @@ To run with Node:
```bash
npm run start
```
-
-## Infrastructure
-
-The infrastructure is on DigitalOcean.
-
-The website is hosted using the App Platform service from DigitalOcean. This is
-free for static websites, and is quite flexible to add in extra apps as Droplets
-or Functions at a later time if I so please.
-
-DigitalOcean App Platform re-deploys the website every time there's an update to
-the `main` branch in this repo.
-
-All the DigitalOcean infrastructure is managed using Terraform. The code for
-this is in the `infrastructure/` directory.
-
-The domain, however, is registered on AWS. The nameservers registered in AWS
-have to be kept manually up-to-date with the DigitalOcean nameservers. These
-shouldn't change, though, so this is unlikely to need intervention more than
-once.