From 158466a52558434c2c7758852812057f1e0707c8 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Tue, 23 Jul 2024 17:12:56 +0800 Subject: [PATCH] test: add deploy in CI --- tests/ci/deploy_ci_machines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/deploy_ci_machines.sh b/tests/ci/deploy_ci_machines.sh index 457e590e3e..1f1b9ebf27 100644 --- a/tests/ci/deploy_ci_machines.sh +++ b/tests/ci/deploy_ci_machines.sh @@ -32,7 +32,7 @@ mkdir -p /var/lib/jenkins/workspace/log # Assuming you have a file called 'file_list.txt' with one filename per line file_list="ci_deploy_dependcy_file_list.txt" moniterip="192.168.1.59" -passwd_all="12345678" +passwd_all="abcdefg" # Read the file list and call scp_file_from_host for each file while IFS= read -r source_filename; do