Update .github/workflows/push-dappbundle.yml
All checks were successful
Deploy to Dappbundle / Deploy (push) Successful in 37s

This commit is contained in:
ranchimallflo 2026-03-01 23:37:56 +00:00
parent c2b82a39d7
commit 90254bd398

View File

@ -28,7 +28,7 @@ jobs:
if [ ! -d "$BASE/dappbundle/.git" ]; then
echo "Cloning dappbundle..."
git clone https://gitea.ranchimall.net/RanchiMall/dappbundle.git "$BASE/dappbundle"
git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP"
else
echo "Updating dappbundle..."
cd "$BASE/dappbundle"