6 Commits

Author SHA1 Message Date
Peter Meier 4bfdf540fa fix(ci): fall back to production CMS URL on push builds
Deploy to Firebase Hosting / deploy (push) Successful in 3m50s
Inputs are only set for workflow_dispatch — on push the env vars were
empty, causing generate-api-types to try localhost:3000 and fail with
ECONNREFUSED. Add || defaults so push builds hit cms.pm86.de.
2026-04-14 14:49:17 +02:00
Peter Meier f5f6beeabe 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.
2026-04-05 20:50:23 +02:00
Peter Meier c688519e7e Add workflow inputs for branch and URL configuration in Gitea Actions deployment
Deploy to Firebase Hosting / deploy (push) Failing after 1m24s
2026-03-17 23:40:33 +01:00
Peter Meier 8359eddee9 Remove caching configuration for Yarn in Gitea Actions workflow to streamline deployment process.
Deploy to Firebase Hosting / deploy (push) Successful in 3m20s
2026-03-17 23:20:09 +01:00
Peter Meier 86602d20f6 Enable Corepack for Yarn in Gitea Actions workflow to ensure consistent package management during deployment.
Deploy to Firebase Hosting / deploy (push) Failing after 8s
2026-03-17 23:15:41 +01:00
Peter Meier 933852b2fd Add Gitea Actions workflow for Firebase deployment
Deploy to Firebase Hosting / deploy (push) Failing after 1m21s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 22:52:37 +01:00