Skip to content

A buildpack for loading EnvKey variables before the main buildpack's compilation phase.

Notifications You must be signed in to change notification settings

envkey/envkey-heroku-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

envkey-heroku-buildpack

A buildpack for loading EnvKey variables before the main buildpack's compilation phase. Useful if you need some of you EnvKey config to be set during compilation--for example, when using NPM private modules, an NPM_TOKEN is required to install dependencies.

Requires that a valid ENVKEY is set as a heroku config var.

Usage

Example usage:

$ heroku buildpacks:add --index 1 https://github.com/envkey/envkey-heroku-buildpack

$ heroku config:set ENVKEY=...

$ git push heroku master
...
-----> EnvKey-enabled app detected
-----> Attempting to load, decrypt, and export EnvKey variables
       ENVKEY config var is set
       Downloading envkey-source 1.1.7 from https://github.com/envkey/envkey-source/releases/download/v1.1.7/envkey-source_1.1.7_linux_amd64.tar.gz
       EnvKey variables exported

About

A buildpack for loading EnvKey variables before the main buildpack's compilation phase.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%