diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml new file mode 100644 index 0000000..999130e --- /dev/null +++ b/receivers/electron/.gitlab-ci.yml @@ -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 \ No newline at end of file