aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
commitdd0fe50e79763a586b099a6d264c01d818edd5c8 (patch)
treea445d20c0066a9902c68bc3acf04ff758295afa0 /dns
parentUpdate Keycloak to 26.3.0 (diff)
10x the repo
Diffstat (limited to 'dns')
-rw-r--r--dns/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/README.md b/dns/README.md
index c7c4e6a..da1c832 100644
--- a/dns/README.md
+++ b/dns/README.md
@@ -6,7 +6,7 @@ This folder manages DNS records across the zones we use. It uses [OctoDNS](https
Edit the YAML files in `zones/` to add, update or delete records.
-If you have a local OctoDNS tokens for Cloudflare, you can install the dependencies with `poetry install --only dns` in the root folder and then run `poetry run octodns-sync --config-file dns/production.yaml`.
+If you have a local OctoDNS tokens for Cloudflare, you can install the dependencies with `uv sync --only-group dns` in the root folder and then run `uv run octodns-sync --config-file dns/production.yaml`.
**NOTE:** All commands have must run from the root directory of the repository, this is because in GitHub Actions the environment is the root folder.