From 4eaf70fb07ec6e6641c2d0bbe07fc14629beb91a Mon Sep 17 00:00:00 2001 From: ranchimallflo Date: Sun, 1 Mar 2026 23:53:28 +0000 Subject: [PATCH] Update .github/workflows/push-dappbundle.yml --- .github/workflows/push-dappbundle.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-dappbundle.yml b/.github/workflows/push-dappbundle.yml index 89406a6..bae2d8c 100644 --- a/.github/workflows/push-dappbundle.yml +++ b/.github/workflows/push-dappbundle.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Deploy - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Deploy via SSH @@ -28,7 +28,7 @@ jobs: if [ ! -d "$BASE/dappbundle/.git" ]; then echo "Cloning dappbundle..." - git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP" + git clone git@gitea.ranchimall.net:RanchiMall/dappbundle.git "$BASE/dappbundle" else echo "Updating dappbundle..." cd "$BASE/dappbundle" @@ -38,8 +38,7 @@ jobs: echo "== Refreshing app bundle ==" rm -rf "$BASE/dappbundle/$APP" - - git clone https://gitea.ranchimall.net/RanchiMall/$APP "$BASE/dappbundle/$APP" + git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP" cd "$BASE/dappbundle" git config user.email "ranchimallfze@gmail.com"