We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca5f2 commit c0cbdb6Copy full SHA for c0cbdb6
1 file changed
.github/workflows/cd.yaml
@@ -39,13 +39,7 @@ jobs:
39
GHCR_PAT: ${{ secrets.GHCR_PAT }}
40
GITHUB_ACTOR: ${{ github.actor }}
41
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
+ ssh -v -o StrictHostKeyChecking=no -J "${JUMP_USER}@${JUMP_HOST}:${JUMP_PORT}" "${TARGET_USER}@${TARGET_HOST}" /bin/bash << ENDSSH
49
set -e
50
51
echo "=== 배포 디렉토리 이동 ==="
0 commit comments