Skip to content

Merge branch 'main' of https://github.com/thonkinator/dapi #2

Merge branch 'main' of https://github.com/thonkinator/dapi

Merge branch 'main' of https://github.com/thonkinator/dapi #2

Workflow file for this run

name: Deploy to Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy to Workers
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}