Skip to content

Merge pull request #330 from yn1323/develop #2549

Merge pull request #330 from yn1323/develop

Merge pull request #330 from yn1323/develop #2549

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: |
npx convex dev &
sleep 5
pnpm run build
kill %1
env:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}