Skip to content

Commit 784e277

Browse files
committed
test database-deploy 2
1 parent cf8634b commit 784e277

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/database-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Supabase deploy Function
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- feature/supabase
7+
paths:
8+
- "projects/database"
69
jobs:
710
deploy:
811
runs-on: ubuntu-latest
@@ -15,6 +18,5 @@ jobs:
1518
with:
1619
version: latest
1720
- run: |
18-
cd projects/database
1921
supabase functions deploy --project-ref ${{ secrets.SUPABASE_PROJECT_ID_PROD }}
2022
supabase push --project-ref ${{ secrets.SUPABASE_PROJECT_ID_PROD }}

0 commit comments

Comments
 (0)