Update .github/workflows/push-dappbundle.yml
All checks were successful
Deploy to Dappbundle / Deploy (push) Successful in 37s
All checks were successful
Deploy to Dappbundle / Deploy (push) Successful in 37s
This commit is contained in:
parent
c2b82a39d7
commit
90254bd398
2
.github/workflows/push-dappbundle.yml
vendored
2
.github/workflows/push-dappbundle.yml
vendored
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user