Auto-update floethereum

This commit is contained in:
ranchimall 2026-03-01 23:38:26 +00:00
parent 6bb29cd703
commit d2e2f01320

View File

@ -28,7 +28,7 @@ jobs:
if [ ! -d "$BASE/dappbundle/.git" ]; then if [ ! -d "$BASE/dappbundle/.git" ]; then
echo "Cloning dappbundle..." 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 else
echo "Updating dappbundle..." echo "Updating dappbundle..."
cd "$BASE/dappbundle" cd "$BASE/dappbundle"