diff --git a/README.md b/README.md index aaf8b5c..4e7018f 100644 --- a/README.md +++ b/README.md @@ -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_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 server’s authorized_keys | | HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version | diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index f53275e..7a1936c 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -19,4 +19,4 @@ "org.matrix.msc3575.proxy": { "url": "https://synapse.hyteck.de/sliding-sync" } -}# \ No newline at end of file +} \ No newline at end of file diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server index b27a348..e7c04c8 100644 --- a/static/.well-known/matrix/server +++ b/static/.well-known/matrix/server @@ -1,3 +1,3 @@ { "m.server": "synapse.hyteck.de:8448" -}# \ No newline at end of file +} \ No newline at end of file diff --git a/static/.well-known/matrix/support b/static/.well-known/matrix/support index 7d3bf7f..4fc2cbe 100644 --- a/static/.well-known/matrix/support +++ b/static/.well-known/matrix/support @@ -7,4 +7,4 @@ } ], "support_page": "https://hyteck.de/about" -}# \ No newline at end of file +} \ No newline at end of file