Skip to content

Commit

Permalink
[fix] gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drbug2000 committed Jul 7, 2024
1 parent e472fc6 commit fdae494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.PRIVATE_KEY }}
source: "*.jar"
source: "./build/libs/*.jar"
target: "/home/ubuntu/cicd"

- name: Copy deploy script to EC2
Expand Down

0 comments on commit fdae494

Please sign in to comment.