Skip to content

reeveci/step-load-env-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reeve CI / CD - Pipeline Step: Load Env File

This is a Reeve step for loading runtime variables from a .env file.

Configuration

See the environment variables mentioned in Dockerfile.

Params starting with ENV_ specify which variables to load and how they should be named. E.g. the following loads the variable REEVE_VERSION from the file .env and stores the value in the runtime variable IMAGE_VERSION.

FILE: .env
ENV_REEVE_VERSION: IMAGE_VERSION

About

Reeve CI / CD - Pipeline Step: Load Env File

Resources

License

Stars

Watchers

Forks

Packages

No packages published