Skip to content

Abstract variables from deploy.sh #119

Open
@n-hebert

Description

@n-hebert

It would be good to have a .env file that could store some of the key variables.

I'm a bit of a BASH enthusiast, and I'm a big fan of this sort of default syntax where any good default exists:

export MYVAL=${MYVAL:-whatever}

If the user passes in an environment variable for MYVAL, it'll take it, but otherwise it's whatever.

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions