Skip to content

dotenvx/heroku-buildpack-dotenvx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotenvx

install dotenvx to heroku

heroku buildpacks:add https://github.com/dotenvx/heroku-buildpack-dotenvx

Usage

Add dotenvx to your Procfile.

# Procfile
web: dotenvx run -- node index.js

See full usage guide


To publish buildpack: heroku buildpacks:publish dotenvx/heroku-buildpack-dotenvx main