diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f5e963a5..4d0385ae 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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 }} @@ -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