update readme

This commit is contained in:
counterweight 2025-12-24 10:57:26 +01:00
parent 6b34d08cae
commit ea3d5a7c3e
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -8,4 +8,6 @@ The `index.html` is ready in the `public` folder.
## How to deploy ## How to deploy
Somehow get the `public` folder behind a webserver manually and sort out DNS. 1. Copy `deploy.config.example` to `deploy.config`
2. Fill in your server details in `deploy.config` (host, user, remote path)
3. Run `./deploy.sh` to sync the `public` folder to your remote webserver