Frontend deploy

This commit is contained in:
qvalentin 2023-04-07 16:19:34 +02:00
parent f117e4cb65
commit f40582cff1
2 changed files with 9 additions and 0 deletions

5
frontend/deploy.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
yarn build
scp -r dist/* ffs:/home/ffsys/apps/static/jitsi-rooms

View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
ssh -L 9160:localhost:9160 ffs