summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml6
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: