Añadir .gitea/workflows/deploy-functions.yaml
Deploy Function / deploy (push) Failing after 10m50s

This commit is contained in:
2026-01-22 00:07:30 +00:00
parent c51281856a
commit 49af8853ea
+24
View File
@@ -0,0 +1,24 @@
name: Deploy Function
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: exdkssurzmjnnhgtiama
steps:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase functions deploy --project-ref $PROJECT_ID