Skip to content

Merge pull request #179 from GabrielDrapor/fix/residue-adverbs #188

Merge pull request #179 from GabrielDrapor/fix/residue-adverbs

Merge pull request #179 from GabrielDrapor/fix/residue-adverbs #188

Workflow file for this run

name: Deploy to Production
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
env:
CI: true
- run: npx wrangler deploy --config wrangler.toml
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}