Skip to content

Commit

Permalink
Update rating-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeineb2001 authored Dec 25, 2024
1 parent 45ad9e9 commit a8ea0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rating-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Transfer JAR to VPS
run: |
sshpass -p "${{ secrets.DEPLOYMENT_MACHINE_USER_PSW }}" scp service-rating.jar \
sshpass -p "${{ secrets.DEPLOYMENT_MACHINE_USER_PSW }}" scp rating-0.0.1-SNAPSHOT.jar \
${{ secrets.DEPLOYMENT_MACHINE_USER }}@${{ secrets.DEPLOYMENT_MACHINE_IP }}:~/service-rating.jar
- name: Verify if the JAR file exists on the VPS
Expand Down

0 comments on commit a8ea0e7

Please sign in to comment.