Skip to content

fix: check public routes before hitting Supabase auth #14

fix: check public routes before hitting Supabase auth

fix: check public routes before hitting Supabase auth #14

Workflow file for this run

name: Deploy
on:
push:
branches: [master]
concurrency:
group: deploy-production
cancel-in-progress: false
jobs:
ci:
name: CI Check
uses: ./.github/workflows/ci.yml

Check failure on line 14 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "./.github/workflows/ci.yml" (source branch with sha:ba36addde13a329bf72802b7e1effa6ef2b0dd07) : workflow is not reusable as it is missing a `on.workflow_call` trigger
deploy:
name: Deploy to Railway
runs-on: ubuntu-latest
needs: ci
timeout-minutes: 15
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Railway CLI
run: npm install -g @railway/cli
- name: Deploy to Railway
run: railway up --detach