pub async fn deploy_application(
app_name: Option<String>,
port: Option<u16>,
app_dir: Option<PathBuf>,
config_path: Option<PathBuf>,
debug: bool,
) -> Result<(), String>👎Deprecated:
use xbp deploy <target> (deploy_engine::run_deploy) for service-first deploy
Expand description
Execute advanced deployment with automatic project detection.
Deprecated: prefer xbp deploy <target> / crate::commands::run_deploy.