From 999332b1ae262a1c690d1fb7b6a78607f38e07b5 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 18 Dec 2023 19:04:47 +0530 Subject: [PATCH] Test --- .github/workflows/repopush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 6c9b6d0..5dc3afd 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -17,14 +17,14 @@ jobs: echo "Folder exists. Skipping Git clone." else echo "Folder does not exist. Cloning repository..." - git clone https://github.com/ranchimall/dappbundle.git + cd /home/production/deployed/ && git clone https://github.com/ranchimall/dappbundle.git fi if [ -d "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" ]; then echo "Repository exists. Skipping Git clone." else echo "Repo does not exist. 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 }}.git" fi cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .git