SupabaseS
Supabase7mo ago
nova

Supabase cli ci/cd with github actions cannot connect

Run supabase db push -p $SUPABASE_DB_PASSWORD --debug
  supabase db push -p $SUPABASE_DB_PASSWORD --debug
  shell: /usr/bin/bash -e {0}
  env:
    SUPABASE_ACCESS_TOKEN: ***
    SUPABASE_DB_PASSWORD: ***
    SUPABASE_PROJECT_ID: ***
    SUPABASE_INTERNAL_IMAGE_REGISTRY: ghcr.io
WARN: environment variable is unset: PRIVATE_DEV_GOOGLE_CLIENT_ID
WARN: environment variable is unset: PRIVATE_DEV_GOOGLE_CLIENT_SECRET
Pooler URL is not configured
Supabase CLI 2.26.9
Connecting to remote database...
failed to connect to postgres: failed to connect to `host=db.***.supabase.co user=postgres database=postgres`: dial error (dial tcp [2a05:d01c:30c:9d0c:1fe3:39d9:8965:187c]:5432: connect: network is unreachable)
Was this page helpful?