Skip to content

Commit

Permalink
Try removing the R2 creation script in CI to see if it fixes the secr…
Browse files Browse the repository at this point in the history
…ets deploy issue #217
  • Loading branch information
AdiRishi committed Jan 3, 2024
1 parent ca6ddbb commit 5743a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5743a4b

Please sign in to comment.