Skip to content

Commit c0cbdb6

Browse files
committed
chore: SSH 연결 디버깅을 위한 verbose 옵션 추가
1 parent 28ca5f2 commit c0cbdb6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ jobs:
3939
GHCR_PAT: ${{ secrets.GHCR_PAT }}
4040
GITHUB_ACTOR: ${{ github.actor }}
4141
run: |
42-
echo "JUMP_HOST=$JUMP_HOST"
43-
echo "JUMP_PORT=$JUMP_PORT"
44-
echo "JUMP_USER=$JUMP_USER"
45-
echo "TARGET_HOST=$TARGET_HOST"
46-
echo "TARGET_USER=$TARGET_USER"
47-
echo "DEPLOY_PATH=$DEPLOY_PATH"
48-
ssh -o StrictHostKeyChecking=no -J "${JUMP_USER}@${JUMP_HOST}:${JUMP_PORT}" "${TARGET_USER}@${TARGET_HOST}" /bin/bash << ENDSSH
42+
ssh -v -o StrictHostKeyChecking=no -J "${JUMP_USER}@${JUMP_HOST}:${JUMP_PORT}" "${TARGET_USER}@${TARGET_HOST}" /bin/bash << ENDSSH
4943
set -e
5044
5145
echo "=== 배포 디렉토리 이동 ==="

0 commit comments

Comments
 (0)