From c5d9aae407bb9c451d418668f69a4ea76b2f30d9 Mon Sep 17 00:00:00 2001 From: waelabdallah Date: Sat, 28 Dec 2024 07:30:11 +0100 Subject: [PATCH] fix jar file path --- .github/workflows/pricing-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pricing-pipeline.yml b/.github/workflows/pricing-pipeline.yml index b0735ddd..e7bb9a65 100644 --- a/.github/workflows/pricing-pipeline.yml +++ b/.github/workflows/pricing-pipeline.yml @@ -65,7 +65,7 @@ jobs: - name: Transfer JAR to VPS run: | sshpass -p "${{ secrets.DEPLOYMENT_MACHINE_USER_PSW }}" scp pricing-service.jar \ - ${{ secrets.DEPLOYMENT_MACHINE_USER }}@${{ secrets.DEPLOYMENT_MACHINE_IP }}:~/pricing-service.jar + ${{ secrets.DEPLOYMENT_MACHINE_USER }}@${{ secrets.DEPLOYMENT_MACHINE_IP }}:~/pricing/pricing-service.jar - name: Verify if the JAR file exists on the VPS run: |