Skip to content

Merge pull request #13 from mackenly/dependabot/npm_and_yarn/mackenly… #14

Merge pull request #13 from mackenly/dependabot/npm_and_yarn/mackenly…

Merge pull request #13 from mackenly/dependabot/npm_and_yarn/mackenly… #14

Workflow file for this run

name: CD
on:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
deploy:
name: Deploy Worker
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}