1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/electron/deploy.sh

8 lines
188 B
Bash
Raw Normal View History

2023-06-20 08:45:01 +02:00
#!/bin/sh
npm install
npm run build
cp package.json /var/www/html/fcastreceiver/
cp -r dist /var/www/html/fcastreceiver/
ls /var/www/html/fcastreceiver
ls /var/www/html/fcastreceiver/dist