From d671ad78e5ff71c484d206886b37f1b87885b574 Mon Sep 17 00:00:00 2001 From: Prad N Date: Thu, 29 May 2025 17:56:36 -0400 Subject: [PATCH] refactor: simplify deployment scripts for improved maintainability --- .github/workflows/deploy.yml | 5 ++++- devbox.json | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d60c2ab..bc698ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,10 @@ jobs: go-version: stable - name: Install devbox - uses: jetify-com/devbox-install-action@v0.14.0 + uses: jetify-com/devbox-install-action@v0.13.0 + with: + enable-cache: true + refresh-cli: true - name: Deploy to Cloudflare run: devbox run deploy diff --git a/devbox.json b/devbox.json index f4bfdc3..7885966 100644 --- a/devbox.json +++ b/devbox.json @@ -10,10 +10,7 @@ ], "shell": { "init_hook": [ - "source .github/setup_env.sh", - "go_tidy", - "npm_install $RADAR_ROOT", - "npm_install $WORKER_ROOT" + "source .github/setup_env.sh" ], "scripts": { "deploy": [