Make note of deploy command
This commit is contained in:
parent
4da495a8cc
commit
be7be3d1d8
1 changed files with 8 additions and 0 deletions
|
|
@ -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 a new issue