Skip to content

Commit

Permalink
Feat: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TGoddessana committed Dec 22, 2024
1 parent 0a4835f commit 4122403
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 @@ -48,13 +48,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: umpa-backend-${{ github.sha }}
path: ./build/libs/*.jar
path: ./build/libs
- name: SCP 파일 전송
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
port: ${{ secrets.SERVER_PORT }}
key: ${{ secrets.SERVER_KEY }}
source: ./build/libs
source: ./build/libs/*.jar
target: ~/umpa/umpa-backend

0 comments on commit 4122403

Please sign in to comment.