Open2

Cloud Run x Prisma (PostgreSQL) x NestJS x GitHub Actions デプロイメモ

j0hntaj0hnta

CloudSQL に接続するための Prisma DATABSE_URL 構成方法

DATABASE_URL="postgres://<USER_NAME>:<PASSWORD>@localhost:5432/<DB_NAME>?host="

USER_NAME: postgres の username
PASSWORD: postgres の password
DB_NAME: db name
HOST: /cloudsql/<PROJECT_ID>:<REGION>:<SERVICE_NAME>