Skip to content

Commit

Permalink
Update normal_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun authored Jun 29, 2024
1 parent 2f22a05 commit eb9460b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/normal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
port: ${{ secrets.REMOTE_SSH_PORT }} # 접속 포트
script: | # 실행할 스크립트
cd ./apap-back/
scp -i ${{ secrets.REMOTE_PRIVATE_KEY }} apap-backend-0.0.1-SNAPSHOT.jar ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/apap-back/
echo "${{ secrets.REMOTE_PRIVATE_KEY }}" > temp.pem
scp -i temp.pem apap-backend-0.0.1-SNAPSHOT.jar ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/apap-back/
rm temp.pem

0 comments on commit eb9460b

Please sign in to comment.