Ein Rechner für die minimale Größe eines Rattenkäfigs nach Standard des VdRD e.V.
Go to file
moanos 76a6480528
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: use vdrd website as main domain
2024-08-25 19:46:34 +02:00
public fix: use vdrd website as main domain 2024-08-25 19:46:34 +02:00
src fix: Remove hard-coded language, allow changing 2024-07-31 23:19:15 +02:00
.gitignore feat: Exclude build JS files from git 2024-07-31 14:49:29 +02:00
.woodpecker.yml ci: Add npm bulid 2024-07-31 15:05:42 +02:00
i18next-parser.config.js feat: Add basic translation framework 2024-07-30 20:02:37 +02:00
package-lock.json feat: Add basic translation framework 2024-07-30 20:02:37 +02:00
package.json feat: Exclude build JS files from git 2024-07-31 14:49:29 +02:00
README.md feat: add link to real site 2024-08-25 19:46:34 +02:00
webpack.config.js feat: Add basic translation framework 2024-07-30 20:02:37 +02:00

RattenheimRechner

rechner.vdrd.de

Ein Rechner für die minimale Größe eines Rattenkäfigs nach Standard des VdRD e.V.

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.