Skip to content

chore: beautiful envs #65

chore: beautiful envs

chore: beautiful envs #65

name: Deploy production
on:
push:
branches: [main]
jobs:
deploy-production:
runs-on: ubuntu-latest
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- run: pnpm i
- run: pnpm run lint
- run: pnpm run typecheck
- run: pnpm run deploy:production