From dcafab163b966dc580d6def135e3e3199ae843c6 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 8 Sep 2026 23:18:53 +0100 Subject: [PATCH] Added deploy instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2807fc3..41b26e2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Open `html/index.html` in any modern browser. If you need a tiny web sever of your own, you can run `python3 -m http.server` from in the directory then visit [http://127.0.0.1:8000](http://127.0.0.1:8000) in your browser. +Deploy using abra with the [custom-html recipe](https://git.coopcloud.tech/coop-cloud/custom-html): `abra app cp kawaiipunk.xyz html/index.html app:/usr/share/nginx/html` + ## License This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).