Add Formbricks configuration to environment files and update package dependencies
Deploy to Firebase Hosting / deploy (push) Failing after 1m26s

- Introduced new environment variables for Formbricks in .env.backup and .env.example.
- Updated package.json and yarn.lock to include React and related types for improved functionality.
- Added new favicon images and manifest for better branding and user experience.
- Implemented new Svelte components for enhanced content management, including Badge, Card, OrganisationsBlock, and OpnFormBlock.
- Updated ContentRows component to support new block types.
This commit is contained in:
Peter Meier
2026-04-05 20:50:23 +02:00
parent b40579ee0b
commit f5f6beeabe
66 changed files with 2788 additions and 280 deletions
+10
View File
@@ -18,6 +18,14 @@ on:
description: "PUBLIC_SITE_URL"
required: false
default: "https://windwiderstand.de"
public_formbricks_app_url:
description: "PUBLIC_FORMBRICKS_APP_URL (leer = kein Formbricks)"
required: false
default: "https://forms.pm86.de"
public_formbricks_environment_id:
description: "PUBLIC_FORMBRICKS_ENVIRONMENT_ID"
required: false
default: "cmnlgrjle0008mr01k018oaiz"
jobs:
deploy:
@@ -41,6 +49,8 @@ jobs:
env:
PUBLIC_CMS_URL: ${{ inputs.public_cms_url }}
PUBLIC_SITE_URL: ${{ inputs.public_site_url }}
PUBLIC_FORMBRICKS_APP_URL: ${{ inputs.public_formbricks_app_url || 'https://forms.pm86.de' }}
PUBLIC_FORMBRICKS_ENVIRONMENT_ID: ${{ inputs.public_formbricks_environment_id || 'cmnlgrjle0008mr01k018oaiz' }}
run: yarn build
- name: Deploy to Firebase