Skip to content

fix: move tooltip content to right side (#73) #68

fix: move tooltip content to right side (#73)

fix: move tooltip content to right side (#73) #68

Workflow file for this run

name: 💾 Migrate DB
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
migrate-db:
name: Migrate DB
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup
uses: ./tools/github/setup
- name: Run Drizzle Migration
working-directory: packages/database
run: pnpm migrate
env: # Or as an environment variable
POSTGRES_URL: ${{ secrets.POSTGRES_URL }}