We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d0f38 commit 28ca5f2Copy full SHA for 28ca5f2
1 file changed
.github/workflows/cd.yaml
@@ -39,6 +39,12 @@ 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
49
set -e
50
0 commit comments