Skip to content

typesafe context in api server #9

typesafe context in api server

typesafe context in api server #9

Workflow file for this run

on:
workflow_dispatch:
push:
paths:
- "apps/api/**"
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm_install
- run: pnpm -F @hypr/api run build
- run: pnpm -F @hypr/api run deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}