Skip to content

fix(studio): log drains api response in self-hosted (#41935) #1

fix(studio): log drains api response in self-hosted (#41935)

fix(studio): log drains api response in self-hosted (#41935) #1

Workflow file for this run

name: Deploy OG Images
on:
push:
branches:
- master
paths:
- 'supabase/functions/og-images/**'
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: ${{ secrets.OG_IMAGE_SUPABASE_PROJECT_ID }}
steps:
- name: Check out repo
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Setup the Supabase CLI
uses: supabase/setup-cli@b60b5899c73b63a2d2d651b1e90db8d4c9392f51 # v1.6.0
with:
version: latest
- run: supabase functions deploy og-images --project-ref $PROJECT_ID --no-verify-jwt