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

Added missing file.

This commit is contained in:
Koen 2023-06-26 16:55:20 +02:00
parent 3718c99354
commit 4e2f0d869e

View file

@ -0,0 +1,11 @@
buildAndDeployElectron:
stage: buildAndDeployElectron
before_script:
- cd receivers/electron/packaging
script:
- npm install
- sh package-all.sh
- cp fcast-receiver-*.zip /var/www/html/fcastreceiver/
- cp ../package.json /var/www/html/fcastreceiver/
- cp -r ../dist /var/www/html/fcastreceiver/
when: manual