Skip to content

Commit 2d24249

Browse files
committed
chore: 변수 길이 출력으로 secret 값 존재 여부 확인
1 parent de4b862 commit 2d24249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
GHCR_PAT: ${{ secrets.GHCR_PAT }}
4040
GITHUB_ACTOR: ${{ github.actor }}
4141
run: |
42+
echo "JUMP_USER length: ${#JUMP_USER}"
43+
echo "JUMP_HOST length: ${#JUMP_HOST}"
44+
echo "JUMP_PORT length: ${#JUMP_PORT}"
45+
echo "TARGET_USER length: ${#TARGET_USER}"
46+
echo "TARGET_HOST length: ${#TARGET_HOST}"
4247
ssh -v -o StrictHostKeyChecking=no -o ProxyJump=$JUMP_USER@$JUMP_HOST:$JUMP_PORT $TARGET_USER@$TARGET_HOST echo "SSH 연결 성공"
4348
4449
- name: 오래된 Docker 이미지 정리

0 commit comments

Comments
 (0)