mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
7 lines
No EOL
144 B
YAML
7 lines
No EOL
144 B
YAML
buildAndDeployElectron:
|
|
stage: buildAndDeployElectron
|
|
before_script:
|
|
- cd receivers/electron
|
|
script:
|
|
- sh deploy.sh
|
|
when: manual |