Add Supabase keys to staging build step
All checks were successful
Staging Build / build (push) Successful in 1m44s

This commit is contained in:
DanielS
2026-06-23 01:03:55 +02:00
parent 0f55e17095
commit 08418e22d3

View File

@@ -22,6 +22,9 @@ jobs:
- name: Staging-Build generieren - name: Staging-Build generieren
env: env:
NODE_ENV: production NODE_ENV: production
# NEU: Diese beiden Zeilen brennen die Keys jetzt fest in den Build ein
NEXT_PUBLIC_SUPABASE_URL: http://192.168.178.132:8000
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.STAGING_SUPABASE_ANON_KEY }}
run: npm run build run: npm run build
- name: Docker login to Gitea registry - name: Docker login to Gitea registry