lifecycle_deploy

Function lifecycle_deploy 

Source
pub async fn lifecycle_deploy(env: Option<String>) -> Result<RunResult>
Expand description

Deploy the project to a specified environment

§Arguments

  • env - Target environment (e.g., “staging”, “production”)

§Example

await lifecycleDeploy('production');