From 4e2f0d869e64ba394690e31786e5bc934365e5a8 Mon Sep 17 00:00:00 2001 From: Koen Date: Mon, 26 Jun 2023 16:55:20 +0200 Subject: [PATCH] Added missing file. --- receivers/electron/.gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 receivers/electron/.gitlab-ci.yml 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