diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 0cd9e02..34d9b06 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -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: |