ci: Specify vars in readme
This commit is contained in:
13
README.md
13
README.md
@@ -4,8 +4,19 @@
|
||||
|
||||
## Theme
|
||||
|
||||
The blog uses the [hugo-nederburg-theme](https://github.com/moan0s/hugo-nederburg-theme) which was created by [appernetic](https://www.patreon.com/appernetic) but is no longer maintained, therefore I use my own fork.
|
||||
The blog uses the [hugo-nederburg-theme](https://github.com/moan0s/hugo-nederburg-theme) which was created
|
||||
by [appernetic](https://www.patreon.com/appernetic) but is no longer maintained, therefore I use my own fork.
|
||||
|
||||
## CI
|
||||
|
||||
The blog is deployed using my own [Woodpecker CI](woodpecker.hyteck.de). There is a seperate SSH key to the uberspace.
|
||||
|
||||
## Forgejo runner
|
||||
|
||||
| Secret | Example | Description |
|
||||
|-----------------|---------------------------------------|----------------------------------------------------------|
|
||||
| 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 |
|
||||
| SSH_PRIVATE_KEY | | Private key matching one in the server’s authorized_keys |
|
||||
| HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version |
|
||||
|
||||
Reference in New Issue
Block a user