Make note of deploy command
parent
4da495a8cc
commit
be7be3d1d8
|
@ -9,3 +9,11 @@ $ npm install # Install dependencies
|
||||||
$ npm run dev # Start a local dev server
|
$ npm run dev # Start a local dev server
|
||||||
$ npm run build # Generate static bundle in 'out/' directory
|
$ 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/
|
||||||
|
```
|
Loading…
Reference in New Issue