File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 GHCR_PAT : ${{ secrets.GHCR_PAT }}
4040 GITHUB_ACTOR : ${{ github.actor }}
4141 run : |
42- ssh -o StrictHostKeyChecking=no -o ProxyJump=$ JUMP_USER@$ JUMP_HOST:$ JUMP_PORT $ TARGET_USER@$ TARGET_HOST /bin/bash << ENDSSH
42+ ssh -o StrictHostKeyChecking=no -J "${ JUMP_USER}@${ JUMP_HOST}:${ JUMP_PORT}" "${ TARGET_USER}@${ TARGET_HOST}" /bin/bash << ENDSSH
4343 set -e
4444
4545 echo "=== 배포 디렉토리 이동 ==="
7878 TARGET_HOST : ${{ secrets.RASPI_TARGET_HOST }}
7979 TARGET_USER : ${{ secrets.RASPI_TARGET_USER }}
8080 run : |
81- ssh -o StrictHostKeyChecking=no -o ProxyJump=$ JUMP_USER@$ JUMP_HOST:$ JUMP_PORT $ TARGET_USER@$ TARGET_HOST /bin/bash << ENDSSH
81+ ssh -o StrictHostKeyChecking=no -J "${ JUMP_USER}@${ JUMP_HOST}:${ JUMP_PORT}" "${ TARGET_USER}@${ TARGET_HOST}" /bin/bash << ENDSSH
8282 docker image prune -af --filter "until=72h" || true
8383 ENDSSH
You can’t perform that action at this time.
0 commit comments