Skip to content

chore(release): v0.0.2 #5

chore(release): v0.0.2

chore(release): v0.0.2 #5

Workflow file for this run

name: deploy playground
on:
push:
branches:
- main
jobs:
# https://github.com/cloudflare/wrangler-action
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
workingDirectory: "playground"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}