Frontend deploy
This commit is contained in:
parent
f117e4cb65
commit
f40582cff1
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
yarn build
|
||||
scp -r dist/* ffs:/home/ffsys/apps/static/jitsi-rooms
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
ssh -L 9160:localhost:9160 ffs
|
Loading…
Reference in New Issue