Skip to content

Commit dd68815

Browse files
GOOHAESEUNGclaude
andcommitted
fix : SSH 포트 1100 → 22로 수정 #118
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7ecf24 commit dd68815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: appleboy/ssh-action@v0.1.10
5555
with:
5656
host: ${{ secrets.SERVER_HOST }}
57-
port: 1100
57+
port: 22
5858
username: ${{ secrets.SERVER_USER }}
5959
key: ${{ secrets.SERVER_KEY }}
6060
script: |

0 commit comments

Comments
 (0)