Skip to content

Environment Support #1

Description

@h4kbas

In order to run projects in some specific scenarios like development / production mode or to change any config related to it, we can also have environment variable support like .env file but embedded inside the yaml file.

For example:

projects:
  order:
    title: Order
    run: cd folder && npm run serve
    env:
       - "NODE_ENV=production"

Activity

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

Metadata

Metadata

Assignees

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