mirror of
https://github.com/khairul169/launcher.git
synced 2025-06-17 09:09:35 +07:00
5 lines
65 B
Bash
5 lines
65 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
npm run build
|
||
|
scp -r dist/* home:/var/www/home.rul.sh
|