Skip to content

Specify required environment variables and secrets within config #6

Open
@Southclaws

Description

@Southclaws

Sometimes I deploy without remembering to set some env vars so it would be useful for wadsworth to skip deployment completely if there are missing env vars.

E({
        name: "some-app",
        url: "...",
        vars: ["SUPER_SECRET_REQUIRED_PASSWORD"],
        up: ["docker-compose", "up", "-d"],
        down: ["docker-compose", "down"]
})

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