diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5cd6f07c..609ac8f1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,6 @@ jobs: - 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 + "~/.bun/bin/bun i + "~/.bun/bin/bun server/migrator.ts \ No newline at end of file