Skip to content

CI node utility to load app yaml with CI env variables for deployment

License

Notifications You must be signed in to change notification settings

antiumsoft/appyaml-envloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appyaml-envloader

CI node utility to load app yaml with CI env variables for deployment

How to use:

appyaml-envloader {origin-file} {dest-file | OPTIONAL}

example without dest-file: appyaml-envloader app.template.yaml

this will generate a file app.yaml replacing all {{ENV_VAR}} (Eg. DB_PASS: {{CI_DB_PASSWORD}})

example with dest-file: appyaml-envloader app.template.yaml myhero.yaml

this will generate a file named myhero.yaml replacing all {{ENV_VAR}} (Eg. DB_PASS: {{CI_DB_PASSWORD}})

it internally uses basic handlebars.

Usage with NPX:

npx @antiumsoft/appyaml-envloader {origin-file} {dest-file | OPTIONAL}

About

CI node utility to load app yaml with CI env variables for deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages