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