ci: Set VITE_API_URL to dimension47.de in deploy workflow
All checks were successful
Deploy Dimension47 / deploy (push) Successful in 34s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alexander Zielonka
2026-01-21 09:17:03 +01:00
parent 642819d5fc
commit e4d44dadbf

View File

@@ -38,6 +38,7 @@ jobs:
- name: Build Client
run: |
cd /opt/dimension47/client
echo 'VITE_API_URL=https://dimension47.de/api' > .env
npm run build
- name: Build Server