Skip to content

Add deployment

Add deployment #1

Workflow file for this run

name: Deploy
on:
push:
# tag push
tags:
- 'v*.*.*'
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}