From 7b7b19fb02dc67bbd8e7230b47583a2eac6a972e Mon Sep 17 00:00:00 2001 From: Xeu Date: Thu, 6 Jun 2024 11:34:35 +0800 Subject: [PATCH] ci: try fix no such file --- .github/workflows/deploy.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b756d1af..5cd6f07c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,23 +16,15 @@ jobs: with: node-version: 21 - - name: Install bun - run: | - curl -fsSL https://bun.sh/install | bash - - name: Clone Rin repository uses: actions/checkout@v2 with: path: Rin - - name: Install dependencies - run: | - source ~/.bashrc - cd Rin/ - bun i - - name: Deploy run: | + curl -fsSL https://bun.sh/install | bash source ~/.bashrc cd Rin/ + bun i bun server/migrator.ts \ No newline at end of file