Skip to content

Commit a3c0194

Browse files
committed
[FIX] cicd 오타 수정
1 parent dfd1418 commit a3c0194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Deploy to EC2
5858
uses: appleboy/ssh-action@master
5959
with:
60-
host: ${{ secrets.SSH_HOST }}
60+
host: ${{ secrets.SSH_KNOWN_HOSTS }}
6161
username: ${{ secrets.SSH_USER }}
6262
key: ${{ secrets.SSH_PRIVATE_KEY }}
6363
script: |

0 commit comments

Comments
 (0)