Skip to content

[from now] 2024/02/28 17:03:03 #7

[from now] 2024/02/28 17:03:03

[from now] 2024/02/28 17:03:03 #7

Workflow file for this run

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