Skip to content
Snippets Groups Projects
Verified Commit a7145836 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

First try at building and deploying Element Call

parent 0eee30bb
No related branches found
No related tags found
No related merge requests found
Pipeline #97528 failed
pages:
image: debian:bullseye
stage: deploy
rules:
- if: $CI_COMMIT_REF_NAME == "main"
changes:
- .gitlab-ci.yml
- element-call.ver
- dot.env
before_script:
- apt-get -y update && apt-get -y install wget yarnpkg
script:
- wget https://github.com/vector-im/element-call/archive/refs/tags/v$(<element-call.ver).tar.gz
- tar xvzf v$(<element-call.ver).tar.gz
- cp dot.env element-call-$(<element-call.ver)/.env
- cd element-call-$(<element-call.ver) && yarnpkg && yarnpkg build && cd ..
- mv element-call-$(<element-call.ver)/dist public
- cp _redirects public/
artifacts:
paths:
- public/
/* /index.html 200
dot.env 0 → 100644
####
# App Config
# Environment files are documented here:
# https://vitejs.dev/guide/env-and-mode.html#env-files
####
# Used for determining the homeserver to use for short urls etc.
VITE_DEFAULT_HOMESERVER=https://matrix.teckids.org/
# VITE_FALLBACK_STUN_ALLOWED=false
# Used for submitting debug logs to an external rageshake server
# VITE_RAGESHAKE_SUBMIT_URL=http://localhost:9110/api/submit
# The Sentry DSN to use for error reporting. Leave undefined to disable.
# VITE_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0
# VITE_CUSTOM_THEME=true
# VITE_THEME_ACCENT=#0dbd8b
# VITE_THEME_ACCENT_20=#0dbd8b33
# VITE_THEME_ALERT=#ff5b55
# VITE_THEME_ALERT_20=#ff5b5533
# VITE_THEME_LINKS=#0086e6
# VITE_THEME_PRIMARY_CONTENT=#ffffff
# VITE_THEME_SECONDARY_CONTENT=#a9b2bc
# VITE_THEME_TERTIARY_CONTENT=#8e99a4
# VITE_THEME_TERTIARY_CONTENT_20=#8e99a433
# VITE_THEME_QUATERNARY_CONTENT=#6f7882
# VITE_THEME_QUINARY_CONTENT=#394049
# VITE_THEME_SYSTEM=#21262c
# VITE_THEME_BACKGROUND=#15191e
# VITE_THEME_BACKGROUND_85=#15191ed9
0.3.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment