diff options
author | 2025-07-18 20:36:02 +0100 | |
---|---|---|
committer | 2025-07-18 20:36:02 +0100 | |
commit | dd0fe50e79763a586b099a6d264c01d818edd5c8 (patch) | |
tree | a445d20c0066a9902c68bc3acf04ff758295afa0 /dns | |
parent | Update Keycloak to 26.3.0 (diff) |
10x the repo
Diffstat (limited to 'dns')
-rw-r--r-- | dns/README.md | 2 |
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. |