Skip to content

Commit

Permalink
fix jar file path
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 28, 2024
1 parent 55962fa commit c5d9aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pricing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c5d9aae

Please sign in to comment.