Skip to content

Commit 2aad9c1

Browse files
committed
Deploy Rust projects by uploading local Linux binary and restarting
remotely
1 parent 7d1fbca commit 2aad9c1

3 files changed

Lines changed: 362 additions & 95 deletions

File tree

crates/cli/src/deploy/process_deploy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub async fn process_deploy(
136136
return process_deploy_rails(env, config).await;
137137
}
138138

139-
// Route Rust service projects: rsync source tree, then run a remote Cargo build script.
139+
// Route Rust service projects: build a Linux binary locally, upload it over rsync, then restart it over SSH.
140140
if config.project.kind.as_deref() == Some("rust") {
141141
return process_deploy_rust(env, config).await;
142142
}

0 commit comments

Comments
 (0)