test: add deploy in CI

This commit is contained in:
chenhaoran 2024-07-23 17:12:56 +08:00
parent 7a8190f5b3
commit 158466a525
1 changed files with 1 additions and 1 deletions

View File

@ -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