Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

knq/heroku-buildpack-netrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Write to ~/.netrc

Simply have a NETRC environment variable set as base64 encoded string, and the decoded value will be written to ~/.netrc.

# add the buildpack
$ echo "https://github.com/knq/heroku-buildpack-netrc.git" >> /path/to/app/.buildpacks

# set the configuration variable
$ dokku config:set <app> NETRC=$(echo $HOME/.netrc|base64|tr -d "\n")

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%