From 59ba9bb8154f987d8de5bffc8fa589777c152c46 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 18 Dec 2023 19:35:55 +0530 Subject: [PATCH] test --- .github/workflows/repopush.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 0abd46d..f50fdc0 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -25,11 +25,7 @@ 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 - cd /home/production/deployed/dappbundle/ && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" \ No newline at end of file