Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

deploy

Method
This is a method of the CloudDeployerAdapter class in the scheduler module.
Execute deployment using CloudDeployer.

Signature

def deploy() -> bool

Returns

Returns
bool
The result of the operation.

Uses

  • run_commands
  • logger.error

Used By

Source

View on GitHub

praisonai/scheduler.py at line 44