1
0

Updated with deploy steps

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-10-31 17:18:07 -07:00
parent ff35c7fbbc
commit 3d75af2e93

View File

@ -1 +1,8 @@
PUBLIC_URL=/ketr.ketrn npm start
To deploy:
```bash
npm run build
rsync --delete -avrpl build/ webserver:/var/www/ketrenos.com/ketr.ketran/
```