Make note of deploy command

main
Charlotte Som 2023-02-13 19:41:47 +00:00
parent 4da495a8cc
commit be7be3d1d8
1 changed files with 8 additions and 0 deletions

View File

@ -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/
```