This commit is contained in:
Vivek Teega 2023-12-18 19:38:10 +05:30
parent 59ba9bb815
commit e87c0a480f

View File

@ -25,6 +25,10 @@ jobs:
rm -r "/home/production/deployed/dappbundle/${{ github.event.repository.name }}"
fi
echo "Cloning repository..."
cd /home/production/deployed/dappbundle && git clone "https://github.com/ranchimall/${{ github.event.repository.name }}.git"
cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes