Skip to content

add tabs to integrations page (#15) #30

add tabs to integrations page (#15)

add tabs to integrations page (#15) #30

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 }}