Skip to content

Commit eff67e3

Browse files
authored
Update deploy-dev.yml
1 parent 892de10 commit eff67e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mkdir -p ~/.ssh
4747
echo "${{ secrets.LIGHTSAIL_SSH_KEY }}" > ~/.ssh/id_ed25519
4848
chmod 600 ~/.ssh/id_ed25519
49-
ssh-keyscan -H ${{ secrets.LIGHTSAIL_HOST }} >> ~/.ssh/known_hosts
49+
ssh-keyscan -p 9822 -H ${{ secrets.LIGHTSAIL_HOST }} >> ~/.ssh/known_hosts
5050
echo "SSH 설정 완료"
5151
5252
- name: 서버 배포

0 commit comments

Comments
 (0)