Skip to content

support env vars from .env files it in agent engine py deployment #966

Description

@tenminus11

The current deployment process relies exclusively on the --set-env-vars flag within our Makefile. This approach is cumbersome when managing multiple variables and makes it difficult to maintain separate configurations for different environments, leading to potential configuration errors and decreased developer productivity.

support for loading environment variables directly from .env files during deployment process.

Benefits
Eliminates the need to manually pass lengthy strings of variables in the terminal.
Environment Segregation: Simplifies the management of environment-specific configurations (e.g., dev, staging, prod) by using distinct .env files.
Maintainability: Centralizes configuration, making it easier to track and update variable sets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions