Skip to content

Commit

Permalink
Merge pull request #23 from Baighasan/cd
Browse files Browse the repository at this point in the history
adjusted target file path
  • Loading branch information
Baighasan authored Dec 31, 2024
2 parents 6d463ed + b8cfb3a commit 10bc0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
SPRING_BOOT_VM_USERNAME: ${{ secrets.SPRING_BOOT_VM_USERNAME }}
run: |
# Transfer artifact using scp
scp -v -o "StrictHostKeyChecking=no" -i private_key.pem target/*.jar $SPRING_BOOT_VM_USERNAME@$SPRING_BOOT_VM_IP:/home/$SPRING_BOOT_VM_USERNAME/spring_boot_demo
scp -v -o "StrictHostKeyChecking=no" -i private_key.pem target/*.jar $SPRING_BOOT_VM_USERNAME@$SPRING_BOOT_VM_IP:/home/$SPRING_BOOT_VM_USERNAME/spring-boot-demo

0 comments on commit 10bc0fc

Please sign in to comment.