Categorygithub.com/reeveci/step-load-env-file
repositorypackage
1.0.2
Repository: https://github.com/reeveci/step-load-env-file.git
Documentation: pkg.go.dev

# README

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