This commit is contained in:
Vivek Teega 2023-12-18 19:51:10 +05:30
parent 22f44d0ec2
commit 5cdf812539

View File

@ -26,10 +26,7 @@ jobs:
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 && git clone https://github.com/ranchimall/${{ github.event.repository.name }}
cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes
cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"
cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"