diff --git a/entrypoint.sh b/entrypoint.sh index 47c78f6..3d3442c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ #set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled) set -eu -TEMP_SSH_PRIVATE_KEY_FILE='../private_key.pem' +TEMP_SSH_PRIVATE_KEY_FILE='../private_wdhcr.pem' TEMP_SFTP_FILE='../sftp' # make sure remote path is not empty