Skip to content

Merge pull request #61 from vantage-sh/tyler/folder-tools #16

Merge pull request #61 from vantage-sh/tyler/folder-tools

Merge pull request #61 from vantage-sh/tyler/folder-tools #16

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
command: deploy -c wrangler-PROD.jsonc
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
wranglerVersion: "4.20.1"