From 9b2a9c7210f68d6e333e080ae8438b6bb85b5c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20B=C3=BCrkle?= <25956751+pabueco@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:59:58 +0100 Subject: [PATCH] keep env vars when deploying worker --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca80267..704390b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,3 +15,4 @@ jobs: uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + command: wrangler deploy --keep-vars