Skip to content

Merge pull request #219 from sejori/fix-deps #25

Merge pull request #219 from sejori/fix-deps

Merge pull request #219 from sejori/fix-deps #25

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will install Deno then run Deno lint and test.
# For more information see: https://github.com/denoland/setup-deno
name: CD
on:
push:
branches: ["main"]
permissions:
contents: read
jobs:
deploy-cloudflare-worker:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Wrangler
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}