Skip to content

Merge pull request #1 from Droptop-Four/dependabot/npm_and_yarn/undic… #15

Merge pull request #1 from Droptop-Four/dependabot/npm_and_yarn/undic…

Merge pull request #1 from Droptop-Four/dependabot/npm_and_yarn/undic… #15

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 }}