From 85162f01657a98130805fa459aac8cba5207d209 Mon Sep 17 00:00:00 2001 From: Prad N Date: Thu, 29 May 2025 20:50:46 -0400 Subject: [PATCH] refactor: streamline deployment workflow by removing devbox dependency --- .github/workflows/deploy.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 043bd71..390599a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,12 +18,6 @@ jobs: with: go-version: stable - - name: Install devbox - uses: jetify-com/devbox-install-action@v0.13.0 - with: - enable-cache: true - refresh-cli: true - - name: Deploy Radar to Cloudflare uses: cloudflare/wrangler-action@v3 with: @@ -43,13 +37,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: stable - - - name: Install devbox - uses: jetify-com/devbox-install-action@v0.13.0 - with: - enable-cache: true - refresh-cli: true - + - name: Deploy Worker to Cloudflare uses: cloudflare/wrangler-action@v3 with: