From be7be3d1d8b8ce9705b7f7cd4dda84f5c99fe16d Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Mon, 13 Feb 2023 19:41:47 +0000 Subject: [PATCH] Make note of deploy command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b1e966..f409bb3 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,11 @@ $ npm install # Install dependencies $ npm run dev # Start a local dev server $ npm run build # Generate static bundle in 'out/' directory ``` + + +## Deploy + +```shell +$ # just for me :) +$ rsync -a out/ root@enby.town:/srv/www/qr.umm.gay/ +``` \ No newline at end of file