fix: Remove Supabase secrets from build pipeline
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m16s

This commit is contained in:
Cauê Faleiros
2026-02-20 14:34:45 -03:00
parent 090f6cff6a
commit 9eafabe73f

View File

@@ -34,11 +34,7 @@ jobs:
tags: |
gitea.blyzer.com.br/${{ env.repo_name }}:latest
gitea.blyzer.com.br/${{ env.repo_name }}:${{ gitea.sha }}
# Vite requires these variables at BUILD time to embed them in the static files
build-args: |
VITE_SUPABASE_URL=${{ secrets.VITE_SUPABASE_URL }}
VITE_SUPABASE_ANON_KEY=${{ secrets.VITE_SUPABASE_ANON_KEY }}
GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY || '' }}
- name: Deploy to Portainer
run: |