Skip to content

Commit 28ca5f2

Browse files
committed
chore: CD 배포 변수 디버그용 echo 추가
1 parent 72d0f38 commit 28ca5f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ 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"
4248
ssh -o StrictHostKeyChecking=no -J "${JUMP_USER}@${JUMP_HOST}:${JUMP_PORT}" "${TARGET_USER}@${TARGET_HOST}" /bin/bash << ENDSSH
4349
set -e
4450

0 commit comments

Comments
 (0)