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 1bb8728 commit 419270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/normal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
port: ${{ secrets.REMOTE_SSH_PORT }} # 접속 포트
script: | # 실행할 스크립트
cd ./apap-back/cicd/apap-back
scp -i ${{ secret.REMOTE_PRIVATE_KEY }} apap-backend-0.0.1-SNAPSHOT.jar ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/apap-back/
scp -i ${{ secrets.REMOTE_PRIVATE_KEY }} apap-backend-0.0.1-SNAPSHOT.jar ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/apap-back/

0 comments on commit 419270d

Please sign in to comment.