diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed29225..681b255 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,3 @@ include: - - local: 'receivers/android/.gitlab-ci.yml' + - receivers-android: 'receivers/android/.gitlab-ci.yml' + - website: 'website/.gitlab-ci.yml' diff --git a/website/.gitlab-ci.yml b/website/.gitlab-ci.yml new file mode 100644 index 0000000..c1b960a --- /dev/null +++ b/website/.gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - deployWebsite + +deployWebsite: + stage: deployWebsite + script: + - wrangler pages publish website --project-name=fcast + when: manual \ No newline at end of file diff --git a/website/index.html b/website/index.html index 90d889a..a83ca4d 100644 --- a/website/index.html +++ b/website/index.html @@ -137,7 +137,7 @@
Also available on the Google Play Store.