4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/usr/bin/sh
|
||
|
npm run build
|
||
|
scp -r dist/* www-data@cemophora:/var/www/perudo-client.loken.nl/
|