diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index f50fdc0..1362803 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -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