2024-07-18 18:25:48 +00:00
|
|
|
# RattenheimRechner
|
|
|
|
|
2024-08-25 17:44:19 +00:00
|
|
|
**[rechner.vdrd.de](https://rechner.vdrd.de)**
|
|
|
|
|
2024-07-18 18:25:48 +00:00
|
|
|
Ein Rechner für die minimale Größe eines Rattenkäfigs nach Standard des [VdRD e.V.](https://vdrd.de)
|
|
|
|
|
|
|
|
## CI
|
|
|
|
|
|
|
|
CI runs via woodpecker. The following secrets should be set
|
|
|
|
|
|
|
|
| Key | Example | Description |
|
|
|
|
|------------|---------------------------------------|-------------------------------------------------------------------------------------------------|
|
|
|
|
| `host` | `static.example.org` | Hostename of the server where you want to deploy |
|
|
|
|
| `ssh_user` | `username` | User on the server |
|
|
|
|
| `ssh_key` | `-----BEGIN OPENSSH PRIVATE KEY-----` | The private SSH key of the user |
|
|
|
|
| `path` | `/path/to/be/deployed` | Path where to deploy the static files. Deploying means it'll create `public` in the given path. |
|
|
|
|
|