Skip to content

Commit fcee84b

Browse files
author
luciano_bestia
committed
2024-03-14
1 parent 73983c5 commit fcee84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation_tasks_rs/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ fn task_publish_to_web() {
245245
println!(r#" {YELLOW}1. upload sh scripts {RESET}"#);
246246
let project_folder_to_publish = format!(r#"~/rustprojects/{package_name}/var_www_scripts/{package_name}/"#);
247247
let ssh_user_and_server = "luciano_bestia@bestia.dev";
248-
let ssh_key_file = "/home/rustdevuser/.ssh/bestia_dev_ssh_1";
248+
let ssh_key_file = "/home/rustdevuser/.ssh/bestia_dev_luciano_bestia_ssh_1";
249249
let remote_temp_folder = format!(r#"/tmp/bestia-dev/{package_name}/"# );
250250
let web_folder_over_ssh = format!(r#"{ssh_user_and_server}:{remote_temp_folder}"# );
251251
cl::run_shell_command(&format!(r#"ssh -i {ssh_key_file} {ssh_user_and_server} mkdir -p {remote_temp_folder}"#));

0 commit comments

Comments
 (0)