deploy script fix
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Satria 2026-06-04 13:56:15 +07:00
commit 2a14c3dccc

View file

@ -13,7 +13,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 run: git clone ${{ gitea.server_url }}/${{ gitea.repository }} . && git checkout ${{ gitea.sha }}
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile