fix: Remove Supabase secrets from build pipeline
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m16s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m16s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user