Skip to content

Commit

Permalink
ssh conf
Browse files Browse the repository at this point in the history
  • Loading branch information
achmelo committed Apr 2, 2024
1 parent a073f1e commit 5915c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
MARIST_HOST: zzow04.zowe.marist.cloud
MARIST_HOST: zzow08.zowe.marist.cloud
MARIST_SSH_PORT: 22
MARIST_TMP_DIRECTORY: /ZOWE/tmp
MARIST_TEST_DIRECTORY: /ZOWE/tmp/files-integration-test-${{ github.run_id }}_${{ github.run_number }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Prepare server side files
timeout-minutes: 3
run: |
sshpass -e sftp -o BatchMode=no -o StrictHostKeyChecking=no -o PubkeyAuthentication=no -b - -P ${{ secrets.SSH_MARIST_ALLSYS_PORT }} ${{ secrets.SSH_MARIST_USERNAMEP }}@${{ env.MARIST_HOST }} << EOF
sshpass -e sftp -o BatchMode=no -o StrictHostKeyChecking=no -o PubkeyAuthentication=no -b - -P 65522 ${{ secrets.SSH_MARIST_USERNAMEP }}@${{ env.MARIST_HOST }} << EOF
cd ${{ env.MARIST_TMP_DIRECTORY }}
put scripts/${{ env.MARIST_FILE_SETUP_SCRIPT }}
EOF
Expand Down

0 comments on commit 5915c85

Please sign in to comment.