Skip to content

feat: add /privacy and /terms pages #12

feat: add /privacy and /terms pages

feat: add /privacy and /terms pages #12

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:c4a67c71f44f7e394f80c3845159fd0be4d68bf8) : 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