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

Nexus apps should env files instead of OS vars set by shell scripts #29

Open
jfilby opened this issue Jul 31, 2022 · 0 comments
Open

Nexus apps should env files instead of OS vars set by shell scripts #29

jfilby opened this issue Jul 31, 2022 · 0 comments

Comments

@jfilby
Copy link
Owner

jfilby commented Jul 31, 2022

Using shell scripts means writing multiple files per OS, and you also have to run the shell script before running your program. Running the wrong shell script could lead to incorrect execution.

These env files will be written in YAML.

The env files can reference environment variables using the $ENV_VAR or ${ENV_VAR} syntax.

@jfilby jfilby changed the title Nexus apps should environment files instead of OS vars set by shell scripts Nexus apps should env files instead of OS vars set by shell scripts Jul 31, 2022
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