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