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:
parent
3718c99354
commit
4e2f0d869e
1 changed files with 11 additions and 0 deletions
11
receivers/electron/.gitlab-ci.yml
Normal file
11
receivers/electron/.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue