Skip to content

Commit 9ef5e52

Browse files
committed
fix : cd 수정
cd 정상 작동 테스트
1 parent 55ed94b commit 9ef5e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
host: ${{ secrets.SERVER_HOST }}
2727
username: ${{ secrets.SERVER_USER }}
28-
key: ${{ secrets.SERVER_SSH_KEY }}
28+
key: ${{ secrets.SERVER_PEM_KEY }}
2929
source: .
3030
target: /home/ubuntu/app
3131

0 commit comments

Comments
 (0)