pub async fn deploy( project_name: &str, bundle_tar_path: &Path, env_content: Option<String>, ) -> Result<()>