From 5743a4b03985e5a615170dc6c17889ec983ebbd6 Mon Sep 17 00:00:00 2001 From: Adishwar Rishi Date: Wed, 3 Jan 2024 12:29:23 +1100 Subject: [PATCH] Try removing the R2 creation script in CI to see if it fixes the secrets deploy issue #217 --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb839c8..42a2a47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,10 +27,10 @@ jobs: accountId: ${{ secrets.CF_ACCOUNT_ID || secrets.CLOUDFLARE_ACCOUNT_ID }} apiToken: ${{ secrets.CF_API_TOKEN || secrets.CLOUDFLARE_API_TOKEN }} wranglerVersion: 'latest' - preCommands: | - echo "*** post commands ***" - wrangler r2 bucket create turborepo-cache || true - echo "******" + # preCommands: | + # echo "*** post commands ***" + # wrangler r2 bucket create turborepo-cache || true + # echo "******" secrets: | TURBO_TOKEN command: 'deploy'