5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
yarn build
|
||
|
scp -r dist/* ffs:/home/ffsys/apps/static/jitsi-rooms
|