fix: typo
This commit is contained in:
@@ -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 server’s authorized_keys |
|
| SSH_PRIVATE_KEY | | Private key matching one in the server’s authorized_keys |
|
||||||
| HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version |
|
| HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version |
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}#
|
}
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"m.server": "synapse.hyteck.de:8448"
|
"m.server": "synapse.hyteck.de:8448"
|
||||||
}#
|
}
|
||||||
@@ -7,4 +7,4 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support_page": "https://hyteck.de/about"
|
"support_page": "https://hyteck.de/about"
|
||||||
}#
|
}
|
||||||
Reference in New Issue
Block a user