From e7a6fd3db520a0a0f34b48a0957289dfb742e8e8 Mon Sep 17 00:00:00 2001 From: RahulDubey-Devops Date: Wed, 9 Oct 2024 12:31:12 +0530 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 015f6b1..79a3f28 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -53,7 +53,7 @@ jobs: - name: Transfer files to VM run: | - scp -r -o StrictHostKeyChecking=no ./ ubuntu@${{ secrets.VM_IP }}:/home/ubuntu/app + scp -r -o StrictHostKeyChecking=no * ubuntu@${{ secrets.VM_IP }}:/home/ubuntu/app - name: Connect to VM and deploy run: |