Skip to content

fix response forwarding #22

fix response forwarding

fix response forwarding #22

Workflow file for this run

name: Deploy (Staging)
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
wranglerVersion: "3.56.0"
command: deploy -e staging