Skip to content

Support for environment variables in app.yaml #202

@st0ffern

Description

@st0ffern

Example usage:
When running CI/CD in pipelines, deployment settings in app.yaml should depend on environment variables defined within the pipelines environment.

As of now i can no see that app.yaml and gcloud deploy supports using enviroment variables.

runtime: go112
service: default

env_variables:
  GOOGLE_PROJECT_NAME: ${GOOGLE_PROJECT_NAME}

Problem exists for all go runtimes (go1, go111 and go112)

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