Skip to content

refactor: remove upstash and ratelimit (#64) #40

refactor: remove upstash and ratelimit (#64)

refactor: remove upstash and ratelimit (#64) #40

name: supabase-deploy
on:
push:
branches:
- dev
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}
- run: ./.github/scripts/deploy-all.sh