To put everything on the server:
npm run build -- --base=/hsnb/
scp -r -i /path/to/cube dist/* [email protected]:/var/www/hsnb
That's it!
To put everything on the server:
npm run build -- --base=/hsnb/
scp -r -i /path/to/cube dist/* [email protected]:/var/www/hsnb
That's it!