From 473223bdf5566b95eaf2f6ab52214b12aaaef41d Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:16:19 +0100 Subject: [PATCH] Update Cart-ci-cd.yml --- .github/workflows/Cart-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cart-ci-cd.yml b/.github/workflows/Cart-ci-cd.yml index 9995f054..d980af4a 100644 --- a/.github/workflows/Cart-ci-cd.yml +++ b/.github/workflows/Cart-ci-cd.yml @@ -70,7 +70,7 @@ jobs: - name: Verify if the JAR file exists on the VPS run: | sshpass -p "${{ secrets.DEPLOYMENT_MACHINE_USER_PSW }}" ssh ${{ secrets.DEPLOYMENT_MACHINE_USER }}@${{ secrets.DEPLOYMENT_MACHINE_IP }} \ - "ls -l ~/Cart/cart-project.jar" + "ls -l ~/cart-project.jar" - name: Show system resources usage after file transfer run: |