Skip to content

Commit

Permalink
Update Cart-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeineb2001 authored Dec 22, 2024
1 parent b3de9ac commit 473223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cart-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 473223b

Please sign in to comment.