Skip to main content

run_commands

Method
This is a method of the CloudDeployer class in the deploy module.
Sets environment variables with fallback to .env values or defaults.

Signature

def run_commands() -> Any

Returns

Returns
Any
None

Uses

  • create_api_file
  • create_dockerfile
  • subprocess.run
  • platform.system
  • subprocess.Popen
  • proc.communicate
  • subprocess.CalledProcessError

Used By

Source

View on GitHub

praisonai/deploy.py at line 98