From 88f92495f018523362b02f9749b5307b5c2d12a9 Mon Sep 17 00:00:00 2001 From: riddhesh-mahajan Date: Sat, 2 Dec 2023 12:07:50 +0530 Subject: [PATCH] Removed debug steps --- .github/workflows/DeployPipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/DeployPipeline.yml b/.github/workflows/DeployPipeline.yml index 7013b3f..c12173c 100644 --- a/.github/workflows/DeployPipeline.yml +++ b/.github/workflows/DeployPipeline.yml @@ -15,14 +15,6 @@ jobs: uses: actions/checkout@v2 - name: Delete .git run: rm -rf .git - - name: "Install yarn" - run: npm i --global yarn - - name: "Install root dependancies" - run: yarn install - - name: Debug - List Files in root Directory - run: ls -al ./ - - name: Debug - List Files in Web Build Directory - run: ls -al ./apps/web - name: Copy build to EC2 uses: appleboy/scp-action@master with: