diff --git a/scripts/deploy-sftp.sh b/scripts/deploy-sftp.sh index 0315125..0878fe0 100755 --- a/scripts/deploy-sftp.sh +++ b/scripts/deploy-sftp.sh @@ -45,6 +45,6 @@ put -r vendor EOF cd "$repo_root" -sftp -P "$deploy_port" -b "$batch_file" "$DEPLOY_USER@$DEPLOY_HOST" +sftp -P "$deploy_port" "$DEPLOY_USER@$DEPLOY_HOST" < "$batch_file" echo "Deployment abgeschlossen: $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_TARGET_DIR" \ No newline at end of file