Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify required environment variables and secrets within config #6

Open
Southclaws opened this issue Oct 26, 2019 · 0 comments
Open

Comments

@Southclaws
Copy link
Collaborator

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"]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant