5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
npm run build
|
||
|
scp -r ./dist/* khai:/var/www/furina.id
|