fix: typo

This commit is contained in:
2025-11-20 16:34:16 +01:00
parent f6ebd12bf7
commit d342ed71a2
4 changed files with 4 additions and 4 deletions

View File

@@ -17,6 +17,6 @@ The blog is deployed using my own [Woodpecker CI](woodpecker.hyteck.de). There i
|-----------------|---------------------------------------|----------------------------------------------------------| |-----------------|---------------------------------------|----------------------------------------------------------|
| DEPLOY_HOST | example.org | Target host to deploy to | | DEPLOY_HOST | example.org | Target host to deploy to |
| DEPLOY_USER | ci-user | SSH username | | DEPLOY_USER | ci-user | SSH username |
| DEPLOY_PATH | /static_sites/static-hyteck/hyteck.de | Pather where to deploy to | | DEPLOY_PATH | /static_sites/static-hyteck/hyteck.de | Path where to deploy to |
| SSH_PRIVATE_KEY | | Private key matching one in the servers authorized_keys | | SSH_PRIVATE_KEY | | Private key matching one in the servers authorized_keys |
| HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version | | HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version |

View File

@@ -19,4 +19,4 @@
"org.matrix.msc3575.proxy": { "org.matrix.msc3575.proxy": {
"url": "https://synapse.hyteck.de/sliding-sync" "url": "https://synapse.hyteck.de/sliding-sync"
} }
}# }

View File

@@ -1,3 +1,3 @@
{ {
"m.server": "synapse.hyteck.de:8448" "m.server": "synapse.hyteck.de:8448"
}# }

View File

@@ -7,4 +7,4 @@
} }
], ],
"support_page": "https://hyteck.de/about" "support_page": "https://hyteck.de/about"
}# }