Changeset 38273 for main


Ignore:
Timestamp:
2023-10-03T14:45:04+13:00 (9 months ago)
Author:
kjdon
Message:

use nzdl user not nzdl-gsorg when uploading to www-internal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs-release-builder/upload-files-to-www-internal.sh

    r37366 r38273  
    4444        echo "*** Found uploads folder $DIR"
    4545        pushd $DIR
    46         echo "Running: tar -c * | ssh -i ~/.ssh/upload-caveat-ed25519 nzdl-gsorg@www-internal.greenstone.org"
     46        echo "Running: tar -c * | ssh -i ~/.ssh/upload-caveat-ed25519 nzdl@www-internal.greenstone.org"
    4747        #tar -c * | ssh -J [email protected] -T -i ~/.ssh/upload-caveat-ed25519 [email protected]      # the old way using a jump host                                                                                                                       
    48         tar -c * | ssh -i ~/.ssh/upload-caveat-ed25519 nzdl-gsorg@www-internal.greenstone.org
     48        tar -c * | ssh -i ~/.ssh/upload-caveat-ed25519 nzdl@www-internal.greenstone.org
    4949         
    5050        popd
Note: See TracChangeset for help on using the changeset viewer.