diff options
| author | Dax Raad <[email protected]> | 2025-10-12 00:46:37 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-12 00:46:37 -0400 |
| commit | 3ad6f84adbcab279ea81345ca44e8931b2b83fec (patch) | |
| tree | 6abb4179e978c079e6a62453ba58f58ef829f7f6 /.github/workflows/deploy.yml | |
| parent | 24a5b16af82f268942bfd4e56f8e2e3877f0cfb2 (diff) | |
| download | opencode-3ad6f84adbcab279ea81345ca44e8931b2b83fec.tar.gz opencode-3ad6f84adbcab279ea81345ca44e8931b2b83fec.zip | |
ci: centralize bun setup to reduce duplication and improve caching
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d94f7f48d..b92c3d729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,11 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: oven-sh/setup-bun@v1 - with: - bun-version: 1.3.0 - - - run: bun install + - uses: ./.github/actions/setup-bun - run: bun sst deploy --stage=${{ github.ref_name }} env: |
