Skip to content

Commit

Permalink
ci : ci/cd 수정 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlatmd0829 authored Feb 7, 2024
1 parent a6810ae commit f22ae0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
key: ${{ secrets.QUACK_RUN_SSH_KEY }}
port: ${{ secrets.QUACK_RUN_SSH_PORT }}
source: "build/libs/*.jar"
target: "/home/ec2-user"
rm: false
target: "source"
rm: true
- name: Deploy new version of server
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit f22ae0d

Please sign in to comment.