1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Fixes to website and added CI/CD for website.

This commit is contained in:
Koen 2023-06-26 15:37:38 +02:00
parent 348e9360f2
commit f2095d0b89
3 changed files with 11 additions and 2 deletions

View file

@ -1,2 +1,3 @@
include:
- local: 'receivers/android/.gitlab-ci.yml'
- receivers-android: 'receivers/android/.gitlab-ci.yml'
- website: 'website/.gitlab-ci.yml'

8
website/.gitlab-ci.yml Normal file
View file

@ -0,0 +1,8 @@
stages:
- deployWebsite
deployWebsite:
stage: deployWebsite
script:
- wrangler pages publish website --project-name=fcast
when: manual

View file

@ -137,7 +137,7 @@
<div class="row p-3 p-md-0">
<div class="col-lg-8">
<div class="call-to-action-content mx-auto m-lg-0">
<h3 class="mb-1 font-weight-semi-bold">Available for <strong class="font-weight-bold">Linux, MacOS, Window and Android.</strong></h3>
<h3 class="mb-1 font-weight-semi-bold">Available for <strong class="font-weight-bold">Linux, MacOS, Windows and Android.</strong></h3>
<p class="mb-0 opacity-7">Also available on the Google Play Store.</p>
</div>
</div>