Skip to content

local.env not used in RODEO correctly #460

Description

@andyneff

The local.env file uses in non-fully containerized RODEO deploys is not used in the container. This is inconsistent behavior with how local.env is usually used, as it is mounted into /src/local.env.

The solution is not quite as simple as "just mount it into /src/local.env" as the deploy docker might have a local.env for deploy purposes.

So the right answer would be to mount it in somewhere, and use both local.env, using the host local.env first or second? First would be easier, but local.env's don't typically used the :${FOO=bar} pattern, so second takes precedence. We could just say that in the case of RODEO local.env, it should use :${f=b} notation

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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